#CE78FF

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

Shades of Heliotrope #CE78FF

Tints of Heliotrope #CE78FF

Color information

#CE78FF (or 0xCE78FF) is unknown color: approx Heliotrope. HEX triplet: CE, 78 and FF. RGB value is (206,120,255). Sum of RGB (Red+Green+Blue) = 206+120+255=581 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.46% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE78FF is #318700. Grayscale: #A0A0A0. Windows color (decimal): -3245825 or 16742606. OLE color: 16742606.

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

Color convert

RGB206120255-
CMYK0.190.5300
HSL278.22º100%73.53%-
HSV(B)278.22º52.94%100%-
XYZ50.2233.7798.48-
YUV161.1180.99160.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.46%
GREEN value IS 120 (47.27% from 255) = 20.65%
BLUE value IS 255 (100% from 255) = 43.89%
R=35.46%
G=20.65%
B=43.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061202550.190.5300278.2210073.53
HexCE78FF133500116644a
Octal316170377236500426144112
Binary11001110111100011111111100111101010010001011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE78FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE78FF; }

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

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

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

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

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

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

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

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