#CE76E8

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

Shades of Heliotrope #CE76E8

Tints of Heliotrope #CE76E8

Color information

#CE76E8 (or 0xCE76E8) is unknown color: approx Heliotrope. HEX triplet: CE, 76 and E8. RGB value is (206,118,232). Sum of RGB (Red+Green+Blue) = 206+118+232=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE76E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE76E8 is #318917. Grayscale: #9C9C9C. Windows color (decimal): -3246360 or 15234766. OLE color: 15234766.

HSL color Cylindrical-coordinate representation of color #CE76E8: hue angle of 286.32º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE76E8 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206118232-
CMYK0.110.4900.09
HSL286.32º71.25%68.63%-
HSV(B)286.32º49.14%90.98%-
XYZ46.531.980.05-
YUV157.31170.15162.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 118 (46.48% from 255) = 21.22%
BLUE value IS 232 (91.02% from 255) = 41.73%
R=37.05%
G=21.22%
B=41.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061182320.110.4900.09286.3271.2568.63
HexCE76E8B310911e4745
Octal3161663501361011436107105
Binary1100111011101101110100010111100010100110001111010001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76E8; }

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

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

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

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

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

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

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

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