#CE88FE

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

Shades of Heliotrope #CE88FE

Tints of Heliotrope #CE88FE

Color information

#CE88FE (or 0xCE88FE) is unknown color: approx Heliotrope. HEX triplet: CE, 88 and FE. RGB value is (206,136,254). Sum of RGB (Red+Green+Blue) = 206+136+254=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE88FE is #317701. Grayscale: #A9A9A9. Windows color (decimal): -3241730 or 16681166. OLE color: 16681166.

HSL color Cylindrical-coordinate representation of color #CE88FE: hue angle of 275.59º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE88FE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB206136254-
CMYK0.190.4600.00
HSL275.59º98.33%76.47%-
HSV(B)275.59º46.46%99.61%-
XYZ52.1537.8998.33-
YUV170.38175.19153.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.56%
GREEN value IS 136 (53.52% from 255) = 22.82%
BLUE value IS 254 (99.61% from 255) = 42.62%
R=34.56%
G=22.82%
B=42.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061362540.190.4600.00275.5998.3376.47
HexCE88FE132E00114624c
Octal316210376235600424142114
Binary110011101000100011111110100111011100010001010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88FE; }

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

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

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

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

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

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

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

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