#CE8FFD

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

Shades of Heliotrope #CE8FFD

Tints of Heliotrope #CE8FFD

Color information

#CE8FFD (or 0xCE8FFD) is unknown color: approx Heliotrope. HEX triplet: CE, 8F and FD. RGB value is (206,143,253). Sum of RGB (Red+Green+Blue) = 206+143+253=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 143 (56.25% from 255 or 23.75% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8FFD is #317002. Grayscale: #AEAEAE. Windows color (decimal): -3239939 or 16617422. OLE color: 16617422.

HSL color Cylindrical-coordinate representation of color #CE8FFD: hue angle of 274.36º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE8FFD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206143253-
CMYK0.190.4300.01
HSL274.36º96.49%77.65%-
HSV(B)274.36º43.48%99.22%-
XYZ53.0139.8697.83-
YUV174.38172.37150.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 143 (56.25% from 255) = 23.75%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=34.22%
G=23.75%
B=42.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061432530.190.4300.01274.3696.4977.65
HexCE8FFD132B01112604e
Octal316217375235301422140116
Binary110011101000111111111101100111010110110001001011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FFD; }

 p { color: rgb(206,143,253); }

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

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

 a { background-color: rgb(206,143,253); }

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

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

 span { border-color: rgb(206,143,253); }

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