#CE85EC

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

Shades of Heliotrope #CE85EC

Tints of Heliotrope #CE85EC

Color information

#CE85EC (or 0xCE85EC) is unknown color: approx Heliotrope. HEX triplet: CE, 85 and EC. RGB value is (206,133,236). Sum of RGB (Red+Green+Blue) = 206+133+236=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE85EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE85EC is #317A13. Grayscale: #A6A6A6. Windows color (decimal): -3242516 or 15500750. OLE color: 15500750.

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

Color convert

RGB206133236-
CMYK0.130.4400.07
HSL282.52º73.05%72.35%-
HSV(B)282.52º43.64%92.55%-
XYZ48.9835.9583.71-
YUV166.57167.18156.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 236 (92.58% from 255) = 41.04%
R=35.83%
G=23.13%
B=41.04%

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
Decimal2061332360.130.4400.07282.5273.0572.35
HexCE85ECD2C0711b4948
Octal316205354155407433111110
Binary1100111010000101111011001101101100011110001101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85EC; }

 p { color: rgb(206,133,236); }

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

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

 a { background-color: rgb(206,133,236); }

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

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

 span { border-color: rgb(206,133,236); }

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