#CF77B5

Color #CF77B5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CF77B5

Tints of Orchid #CF77B5

Color information

#CF77B5 (or 0xCF77B5) is unknown color: approx Orchid. HEX triplet: CF, 77 and B5. RGB value is (207,119,181). Sum of RGB (Red+Green+Blue) = 207+119+181=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77B5 is #30884A. Grayscale: #989898. Windows color (decimal): -3180619 or 11892687. OLE color: 11892687.

HSL color Cylindrical-coordinate representation of color #CF77B5: hue angle of 317.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF77B5 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB207119181-
CMYK00.430.130.19
HSL317.73º47.83%63.92%-
HSV(B)317.73º42.51%81.18%-
XYZ40.6729.847.32-
YUV152.38144.15166.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 119 (46.88% from 255) = 23.47%
BLUE value IS 181 (71.09% from 255) = 35.70%
R=40.83%
G=23.47%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711918100.430.130.19317.7347.8363.92
HexCF77B502BD1313e3040
Octal317167265053152347660100
Binary1100111111101111011010101010111101100111001111101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77B5; }

 p { color: rgb(207,119,181); }

 H1.HeaderClassName
 {
   color: #CF77B5;
 }
 .AnyTagClassName
 {
   color: #CF77B5;
 }
</style>
background-color css

<style>
 a { background-color: #CF77B5; }

 a { background-color: rgb(207,119,181); }

 div.DivClassName
 {
   background-color: #CF77B5;
 }
 .BgClassName
 {
   background-color: #CF77B5;
 }
</style>
border-color css

<style>
 span { border-color: #CF77B5; }

 span { border-color: rgb(207,119,181); }

 td.TdClassName
 {
   border-color: #CF77B5;
 }
 .TagClassName
 {
   border-color: #CF77B5;
 }
</style>