#CF85ED

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

Shades of Heliotrope #CF85ED

Tints of Heliotrope #CF85ED

Color information

#CF85ED (or 0xCF85ED) is unknown color: approx Heliotrope. HEX triplet: CF, 85 and ED. RGB value is (207,133,237). Sum of RGB (Red+Green+Blue) = 207+133+237=577 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.88% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF85ED is #307A12. Grayscale: #A6A6A6. Windows color (decimal): -3176979 or 15566287. OLE color: 15566287.

HSL color Cylindrical-coordinate representation of color #CF85ED: hue angle of 282.69º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF85ED is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207133237-
CMYK0.130.4400.07
HSL282.69º74.29%72.55%-
HSV(B)282.69º43.88%92.94%-
XYZ49.4136.1584.5-
YUV166.98167.52156.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.88%
GREEN value IS 133 (52.34% from 255) = 23.05%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=35.88%
G=23.05%
B=41.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071332370.130.4400.07282.6974.2972.55
HexCF85EDD2C0711b4a49
Octal317205355155407433112111
Binary1100111110000101111011011101101100011110001101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF85ED; }

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

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

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

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

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

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

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

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