#CF85DB

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

Shades of Orchid #CF85DB

Tints of Orchid #CF85DB

Color information

#CF85DB (or 0xCF85DB) is unknown color: approx Orchid. HEX triplet: CF, 85 and DB. RGB value is (207,133,219). Sum of RGB (Red+Green+Blue) = 207+133+219=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85DB is #307A24. Grayscale: #A4A4A4. Windows color (decimal): -3176997 or 14386639. OLE color: 14386639.

HSL color Cylindrical-coordinate representation of color #CF85DB: hue angle of 291.63º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF85DB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207133219-
CMYK0.050.3900.14
HSL291.63º54.43%69.02%-
HSV(B)291.63º39.27%85.88%-
XYZ46.9135.1571.33-
YUV164.93158.52158.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 219 (85.94% from 255) = 39.18%
R=37.03%
G=23.79%
B=39.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071332190.050.3900.14291.6354.4369.02
HexCF85DB5270E1243645
Octal31720533354701644466105
Binary110011111000010111011011101100111011101001001001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85DB; }

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

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

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

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

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

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

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

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