#CE63EA

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

Shades of Heliotrope #CE63EA

Tints of Heliotrope #CE63EA

Color information

#CE63EA (or 0xCE63EA) is unknown color: approx Heliotrope. HEX triplet: CE, 63 and EA. RGB value is (206,99,234). Sum of RGB (Red+Green+Blue) = 206+99+234=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE63EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE63EA is #319C15. Grayscale: #919191. Windows color (decimal): -3251222 or 15360974. OLE color: 15360974.

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

Color convert

RGB20699234-
CMYK0.120.5800.08
HSL287.56º76.27%65.29%-
HSV(B)287.56º57.69%91.76%-
XYZ44.7727.9980.88-
YUV146.38177.45170.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 99 (39.06% from 255) = 18.37%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=38.22%
G=18.37%
B=43.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal206992340.120.5800.08287.5676.2765.29
HexCE63EAC3A081204c41
Octal3161433521472010440114101
Binary1100111011000111110101011001110100100010010000010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE63EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE63EA; }

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

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

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

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

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

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

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

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