#CE66ED

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

Shades of Heliotrope #CE66ED

Tints of Heliotrope #CE66ED

Color information

#CE66ED (or 0xCE66ED) is unknown color: approx Heliotrope. HEX triplet: CE, 66 and ED. RGB value is (206,102,237). Sum of RGB (Red+Green+Blue) = 206+102+237=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 102 (40.23% from 255 or 18.72% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66ED is #319912. Grayscale: #949494. Windows color (decimal): -3250451 or 15558350. OLE color: 15558350.

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

Color convert

RGB206102237-
CMYK0.130.5700.07
HSL286.22º78.95%66.47%-
HSV(B)286.22º56.96%92.94%-
XYZ45.4928.7483.27-
YUV148.49177.96169.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 102 (40.23% from 255) = 18.72%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=37.80%
G=18.72%
B=43.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061022370.130.5700.07286.2278.9566.47
HexCE66EDD390711e4f42
Octal316146355157107436117102
Binary110011101100110111011011101111001011110001111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE66ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE66ED; }

 p { color: rgb(206,102,237); }

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

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

 a { background-color: rgb(206,102,237); }

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

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

 span { border-color: rgb(206,102,237); }

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