#CE78F1

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

Shades of Heliotrope #CE78F1

Tints of Heliotrope #CE78F1

Color information

#CE78F1 (or 0xCE78F1) is unknown color: approx Heliotrope. HEX triplet: CE, 78 and F1. RGB value is (206,120,241). Sum of RGB (Red+Green+Blue) = 206+120+241=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE78F1 is #31870E. Grayscale: #9F9F9F. Windows color (decimal): -3245839 or 15825102. OLE color: 15825102.

HSL color Cylindrical-coordinate representation of color #CE78F1: hue angle of 282.64º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE78F1 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206120241-
CMYK0.150.5000.05
HSL282.64º81.21%70.78%-
HSV(B)282.64º50.21%94.51%-
XYZ48.0532.9187.04-
YUV159.51173.99161.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 120 (47.27% from 255) = 21.16%
BLUE value IS 241 (94.53% from 255) = 42.50%
R=36.33%
G=21.16%
B=42.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061202410.150.5000.05282.6481.2170.78
HexCE78F1F320511b5147
Octal316170361176205433121107
Binary110011101111000111100011111110010010110001101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE78F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE78F1; }

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

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

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

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

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

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

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

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