#CE76EA

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

Shades of Heliotrope #CE76EA

Tints of Heliotrope #CE76EA

Color information

#CE76EA (or 0xCE76EA) is unknown color: approx Heliotrope. HEX triplet: CE, 76 and EA. RGB value is (206,118,234). Sum of RGB (Red+Green+Blue) = 206+118+234=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76EA is #318915. Grayscale: #9D9D9D. Windows color (decimal): -3246358 or 15365838. OLE color: 15365838.

HSL color Cylindrical-coordinate representation of color #CE76EA: hue angle of 285.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE76EA is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206118234-
CMYK0.120.5000.08
HSL285.52º73.42%69.02%-
HSV(B)285.52º49.57%91.76%-
XYZ46.7832.0281.56-
YUV157.54171.15162.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.92%
GREEN value IS 118 (46.48% from 255) = 21.15%
BLUE value IS 234 (91.80% from 255) = 41.94%
R=36.92%
G=21.15%
B=41.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061182340.120.5000.08285.5273.4269.02
HexCE76EAC320811e4945
Octal3161663521462010436111105
Binary1100111011101101110101011001100100100010001111010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76EA; }

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

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

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

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

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

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

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

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