#CF86ED

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

Shades of Heliotrope #CF86ED

Tints of Heliotrope #CF86ED

Color information

#CF86ED (or 0xCF86ED) is unknown color: approx Heliotrope. HEX triplet: CF, 86 and ED. RGB value is (207,134,237). Sum of RGB (Red+Green+Blue) = 207+134+237=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 134 (52.73% from 255 or 23.18% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF86ED is #307912. Grayscale: #A7A7A7. Windows color (decimal): -3176723 or 15566543. OLE color: 15566543.

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

Color convert

RGB207134237-
CMYK0.130.4300.07
HSL282.52º74.1%72.75%-
HSV(B)282.52º43.46%92.94%-
XYZ49.5436.4384.54-
YUV167.57167.18156.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 134 (52.73% from 255) = 23.18%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=35.81%
G=23.18%
B=41.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071342370.130.4300.07282.5274.172.75
HexCF86EDD2B0711b4a49
Octal317206355155307433112111
Binary1100111110000110111011011101101011011110001101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF86ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF86ED; }

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

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

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

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

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

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

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

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