#CE78FB

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

Shades of Heliotrope #CE78FB

Tints of Heliotrope #CE78FB

Color information

#CE78FB (or 0xCE78FB) is unknown color: approx Heliotrope. HEX triplet: CE, 78 and FB. RGB value is (206,120,251). Sum of RGB (Red+Green+Blue) = 206+120+251=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 120 (47.27% from 255 or 20.80% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE78FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE78FB is #318704. Grayscale: #A0A0A0. Windows color (decimal): -3245829 or 16480462. OLE color: 16480462.

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

Color convert

RGB206120251-
CMYK0.180.5200.02
HSL279.39º94.24%72.75%-
HSV(B)279.39º52.19%98.43%-
XYZ49.5833.5295.12-
YUV160.65178.99160.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.70%
GREEN value IS 120 (47.27% from 255) = 20.80%
BLUE value IS 251 (98.44% from 255) = 43.50%
R=35.70%
G=20.80%
B=43.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061202510.180.5200.02279.3994.2472.75
HexCE78FB1234021175e49
Octal316170373226402427136111
Binary110011101111000111110111001011010001010001011110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE78FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE78FB; }

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

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

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

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

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

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

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

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