#CE64EB

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

Shades of Heliotrope #CE64EB

Tints of Heliotrope #CE64EB

Color information

#CE64EB (or 0xCE64EB) is unknown color: approx Heliotrope. HEX triplet: CE, 64 and EB. RGB value is (206,100,235). Sum of RGB (Red+Green+Blue) = 206+100+235=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE64EB is #319B14. Grayscale: #929292. Windows color (decimal): -3250965 or 15426766. OLE color: 15426766.

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

Color convert

RGB206100235-
CMYK0.120.5700.08
HSL287.11º77.14%65.69%-
HSV(B)287.11º57.45%92.16%-
XYZ45.0128.2381.67-
YUV147.08177.62170.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 100 (39.45% from 255) = 18.48%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=38.08%
G=18.48%
B=43.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061002350.120.5700.08287.1177.1465.69
HexCE64EBC390811f4d42
Octal3161443531471010437115102
Binary1100111011001001110101111001110010100010001111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE64EB; }

 p { color: rgb(206,100,235); }

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

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

 a { background-color: rgb(206,100,235); }

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

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

 span { border-color: rgb(206,100,235); }

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