#ce68ea

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

Shades of Heliotrope #CE68EA

Tints of Heliotrope #CE68EA

Color information

#CE68EA (or 0xCE68EA) is unknown color: approx Heliotrope. HEX triplet: CE, 68 and EA. RGB value is (206,104,234). Sum of RGB (Red+Green+Blue) = 206+104+234=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 104 (41.02% from 255 or 19.12% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68EA is #319715. Grayscale: #949494. Windows color (decimal): -3249942 or 15362254. OLE color: 15362254.

HSL color Cylindrical-coordinate representation of color #CE68EA: hue angle of 287.08º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE68EA is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206104234-
CMYK0.120.5600.08
HSL287.08º75.58%66.27%-
HSV(B)287.08º55.56%91.76%-
XYZ45.2628.9681.05-
YUV149.32175.79168.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 104 (41.02% from 255) = 19.12%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=37.87%
G=19.12%
B=43.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061042340.120.5600.08287.0875.5866.27
HexCE68EAC380811f4c42
Octal3161503521470010437114102
Binary1100111011010001110101011001110000100010001111110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce68ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce68ea; }

 p { color: rgb(206,104,234); }

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

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

 a { background-color: rgb(206,104,234); }

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

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

 span { border-color: rgb(206,104,234); }

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