#CE71E8

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

Shades of Heliotrope #CE71E8

Tints of Heliotrope #CE71E8

Color information

#CE71E8 (or 0xCE71E8) is unknown color: approx Heliotrope. HEX triplet: CE, 71 and E8. RGB value is (206,113,232). Sum of RGB (Red+Green+Blue) = 206+113+232=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 232 (91.02% from 255 or 42.11% from 551); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE71E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE71E8 is #318E17. Grayscale: #999999. Windows color (decimal): -3247640 or 15233486. OLE color: 15233486.

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

Color convert

RGB206113232-
CMYK0.110.5100.09
HSL286.89º72.12%67.65%-
HSV(B)286.89º51.29%90.98%-
XYZ45.9230.7679.86-
YUV154.37171.81164.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.39%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 232 (91.02% from 255) = 42.11%
R=37.39%
G=20.51%
B=42.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061132320.110.5100.09286.8972.1267.65
HexCE71E8B330911f4844
Octal3161613501363011437110104
Binary1100111011100011110100010111100110100110001111110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE71E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE71E8; }

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

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

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

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

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

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

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

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