#CF81DB

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

Shades of Orchid #CF81DB

Tints of Orchid #CF81DB

Color information

#CF81DB (or 0xCF81DB) is unknown color: approx Orchid. HEX triplet: CF, 81 and DB. RGB value is (207,129,219). Sum of RGB (Red+Green+Blue) = 207+129+219=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81DB is #307E24. Grayscale: #A2A2A2. Windows color (decimal): -3178021 or 14385615. OLE color: 14385615.

HSL color Cylindrical-coordinate representation of color #CF81DB: hue angle of 292º degrees, saturation: 0.56, 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 #CF81DB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207129219-
CMYK0.050.4100.14
HSL292º55.56%68.24%-
HSV(B)292º41.1%85.88%-
XYZ46.3734.0871.15-
YUV162.58159.84159.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 219 (85.94% from 255) = 39.46%
R=37.30%
G=23.24%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071292190.050.4100.1429255.5668.24
HexCF81DB5290E1243844
Octal31720133355101644470104
Binary110011111000000111011011101101001011101001001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF81DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF81DB; }

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

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

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

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

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

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

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

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