#CE8BFE

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

Shades of Heliotrope #CE8BFE

Tints of Heliotrope #CE8BFE

Color information

#CE8BFE (or 0xCE8BFE) is unknown color: approx Heliotrope. HEX triplet: CE, 8B and FE. RGB value is (206,139,254). Sum of RGB (Red+Green+Blue) = 206+139+254=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE8BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BFE is #317401. Grayscale: #ABABAB. Windows color (decimal): -3240962 or 16681934. OLE color: 16681934.

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

Color convert

RGB206139254-
CMYK0.190.4500.00
HSL274.96º98.29%77.06%-
HSV(B)274.96º45.28%99.61%-
XYZ52.5838.7498.47-
YUV172.14174.2152.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.39%
GREEN value IS 139 (54.69% from 255) = 23.21%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=34.39%
G=23.21%
B=42.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2061392540.190.4500.00274.9698.2977.06
HexCE8BFE132D00113624d
Octal316213376235500423142115
Binary110011101000101111111110100111011010010001001111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BFE; }

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

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

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

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

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

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

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

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