#CF81DC

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

Shades of Orchid #CF81DC

Tints of Orchid #CF81DC

Color information

#CF81DC (or 0xCF81DC) is unknown color: approx Orchid. HEX triplet: CF, 81 and DC. RGB value is (207,129,220). Sum of RGB (Red+Green+Blue) = 207+129+220=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81DC is #307E23. Grayscale: #A2A2A2. Windows color (decimal): -3178020 or 14451151. OLE color: 14451151.

HSL color Cylindrical-coordinate representation of color #CF81DC: hue angle of 291.43º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF81DC is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207129220-
CMYK0.060.4100.14
HSL291.43º56.52%68.43%-
HSV(B)291.43º41.36%86.27%-
XYZ46.534.1371.85-
YUV162.7160.34159.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=37.23%
G=23.20%
B=39.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071292200.060.4100.14291.4356.5268.43
HexCF81DC6290E1233944
Octal31720133465101644371104
Binary110011111000000111011100110101001011101001000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81DC; }

 p { color: rgb(207,129,220); }

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

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

 a { background-color: rgb(207,129,220); }

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

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

 span { border-color: rgb(207,129,220); }

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