#CF77D3

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

Shades of Orchid #CF77D3

Tints of Orchid #CF77D3

Color information

#CF77D3 (or 0xCF77D3) is unknown color: approx Orchid. HEX triplet: CF, 77 and D3. RGB value is (207,119,211). Sum of RGB (Red+Green+Blue) = 207+119+211=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 211 (82.81% from 255 or 39.29% from 537); Max value from RGB is 211 - color contains mainly: blue. Hex color #CF77D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77D3 is #30882C. Grayscale: #9B9B9B. Windows color (decimal): -3180589 or 13858767. OLE color: 13858767.

HSL color Cylindrical-coordinate representation of color #CF77D3: hue angle of 297.39º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF77D3 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB207119211-
CMYK0.020.4400.17
HSL297.39º51.11%64.71%-
HSV(B)297.39º43.6%82.75%-
XYZ44.0931.1665.32-
YUV155.8159.15164.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 119 (46.88% from 255) = 22.16%
BLUE value IS 211 (82.81% from 255) = 39.29%
R=38.55%
G=22.16%
B=39.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2071192110.020.4400.17297.3951.1164.71
HexCF77D322C0111293341
Octal31716732325402145163101
Binary11001111111011111010011101011000100011001010011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF77D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF77D3; }

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

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

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

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

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

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

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

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