#CE8EFB

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

Shades of Heliotrope #CE8EFB

Tints of Heliotrope #CE8EFB

Color information

#CE8EFB (or 0xCE8EFB) is unknown color: approx Heliotrope. HEX triplet: CE, 8E and FB. RGB value is (206,142,251). Sum of RGB (Red+Green+Blue) = 206+142+251=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 142 (55.86% from 255 or 23.71% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8EFB is #317104. Grayscale: #ADADAD. Windows color (decimal): -3240197 or 16486094. OLE color: 16486094.

HSL color Cylindrical-coordinate representation of color #CE8EFB: hue angle of 275.23º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8EFB is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206142251-
CMYK0.180.4300.02
HSL275.23º93.16%77.06%-
HSV(B)275.23º43.43%98.43%-
XYZ52.5439.4396.11-
YUV173.56171.7151.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 142 (55.86% from 255) = 23.71%
BLUE value IS 251 (98.44% from 255) = 41.90%
R=34.39%
G=23.71%
B=41.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061422510.180.4300.02275.2393.1677.06
HexCE8EFB122B021135d4d
Octal316216373225302423135115
Binary1100111010001110111110111001010101101010001001110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EFB; }

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

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

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

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

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

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

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

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