#CE88F2

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

Shades of Heliotrope #CE88F2

Tints of Heliotrope #CE88F2

Color information

#CE88F2 (or 0xCE88F2) is unknown color: approx Heliotrope. HEX triplet: CE, 88 and F2. RGB value is (206,136,242). Sum of RGB (Red+Green+Blue) = 206+136+242=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 136 (53.52% from 255 or 23.29% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE88F2 is #31770D. Grayscale: #A8A8A8. Windows color (decimal): -3241742 or 15894734. OLE color: 15894734.

HSL color Cylindrical-coordinate representation of color #CE88F2: hue angle of 279.62º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE88F2 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206136242-
CMYK0.150.4400.05
HSL279.62º80.3%74.12%-
HSV(B)279.62º43.8%94.9%-
XYZ50.2837.1488.52-
YUV169.01169.19154.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.27%
GREEN value IS 136 (53.52% from 255) = 23.29%
BLUE value IS 242 (94.92% from 255) = 41.44%
R=35.27%
G=23.29%
B=41.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061362420.150.4400.05279.6280.374.12
HexCE88F2F2C05118504a
Octal316210362175405430120112
Binary1100111010001000111100101111101100010110001100010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88F2; }

 p { color: rgb(206,136,242); }

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

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

 a { background-color: rgb(206,136,242); }

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

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

 span { border-color: rgb(206,136,242); }

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