#CE8EFE

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

Shades of Heliotrope #CE8EFE

Tints of Heliotrope #CE8EFE

Color information

#CE8EFE (or 0xCE8EFE) is unknown color: approx Heliotrope. HEX triplet: CE, 8E and FE. RGB value is (206,142,254). Sum of RGB (Red+Green+Blue) = 206+142+254=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 142 (55.86% from 255 or 23.59% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE8EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EFE is #317101. Grayscale: #ADADAD. Windows color (decimal): -3240194 or 16682702. OLE color: 16682702.

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

Color convert

RGB206142254-
CMYK0.190.4400.00
HSL274.29º98.25%77.65%-
HSV(B)274.29º44.09%99.61%-
XYZ53.0239.6298.62-
YUV173.9173.2150.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 142 (55.86% from 255) = 23.59%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=34.22%
G=23.59%
B=42.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061422540.190.4400.00274.2998.2577.65
HexCE8EFE132C00112624e
Octal316216376235400422142116
Binary110011101000111011111110100111011000010001001011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EFE; }

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

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

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

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

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

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

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

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