#CF81DF

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

Shades of Orchid #CF81DF

Tints of Orchid #CF81DF

Color information

#CF81DF (or 0xCF81DF) is unknown color: approx Orchid. HEX triplet: CF, 81 and DF. RGB value is (207,129,223). Sum of RGB (Red+Green+Blue) = 207+129+223=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81DF is #307E20. Grayscale: #A2A2A2. Windows color (decimal): -3178017 or 14647759. OLE color: 14647759.

HSL color Cylindrical-coordinate representation of color #CF81DF: hue angle of 289.79º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF81DF is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207129223-
CMYK0.070.4200.13
HSL289.79º59.49%69.02%-
HSV(B)289.79º42.15%87.45%-
XYZ46.934.2973.96-
YUV163.04161.84159.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 129 (50.78% from 255) = 23.08%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=37.03%
G=23.08%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071292230.070.4200.13289.7959.4969.02
HexCF81DF72A0D1223b45
Octal31720133775201544273105
Binary110011111000000111011111111101010011011001000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81DF; }

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

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

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

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

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

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

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

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