#CE8BFA

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

Shades of Heliotrope #CE8BFA

Tints of Heliotrope #CE8BFA

Color information

#CE8BFA (or 0xCE8BFA) is unknown color: approx Heliotrope. HEX triplet: CE, 8B and FA. RGB value is (206,139,250). Sum of RGB (Red+Green+Blue) = 206+139+250=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 139 (54.69% from 255 or 23.36% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE8BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE8BFA is #317405. Grayscale: #ABABAB. Windows color (decimal): -3240966 or 16419790. OLE color: 16419790.

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

Color convert

RGB206139250-
CMYK0.180.4400.02
HSL276.22º91.74%76.27%-
HSV(B)276.22º44.4%98.04%-
XYZ51.9438.4995.13-
YUV171.69172.2152.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.62%
GREEN value IS 139 (54.69% from 255) = 23.36%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=34.62%
G=23.36%
B=42.02%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061392500.180.4400.02276.2291.7476.27
HexCE8BFA122C021145c4c
Octal316213372225402424134114
Binary1100111010001011111110101001010110001010001010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8BFA; }

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

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

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

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

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

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

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

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