#CF85DC

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

Shades of Orchid #CF85DC

Tints of Orchid #CF85DC

Color information

#CF85DC (or 0xCF85DC) is unknown color: approx Orchid. HEX triplet: CF, 85 and DC. RGB value is (207,133,220). Sum of RGB (Red+Green+Blue) = 207+133+220=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF85DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85DC is #307A23. Grayscale: #A4A4A4. Windows color (decimal): -3176996 or 14452175. OLE color: 14452175.

HSL color Cylindrical-coordinate representation of color #CF85DC: hue angle of 291.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF85DC is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207133220-
CMYK0.060.4000.14
HSL291.03º55.41%69.22%-
HSV(B)291.03º39.55%86.27%-
XYZ47.0435.2172.03-
YUV165.04159.02157.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=36.96%
G=23.75%
B=39.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071332200.060.4000.14291.0355.4169.22
HexCF85DC6280E1233745
Octal31720533465001644367105
Binary110011111000010111011100110101000011101001000111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85DC; }

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

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

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

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

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

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

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

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