#CC78EB

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

Shades of Heliotrope #CC78EB

Tints of Heliotrope #CC78EB

Color information

#CC78EB (or 0xCC78EB) is unknown color: approx Heliotrope. HEX triplet: CC, 78 and EB. RGB value is (204,120,235). Sum of RGB (Red+Green+Blue) = 204+120+235=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #CC78EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78EB is #338714. Grayscale: #9D9D9D. Windows color (decimal): -3376917 or 15431884. OLE color: 15431884.

HSL color Cylindrical-coordinate representation of color #CC78EB: hue angle of 283.83º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC78EB is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204120235-
CMYK0.130.4900.08
HSL283.83º74.19%69.61%-
HSV(B)283.83º48.94%92.16%-
XYZ46.6132.2782.37-
YUV158.23171.33160.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 120 (47.27% from 255) = 21.47%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=36.49%
G=21.47%
B=42.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2041202350.130.4900.08283.8374.1969.61
HexCC78EBD310811c4a46
Octal3141703531561010434112106
Binary1100110011110001110101111011100010100010001110010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78EB; }

 p { color: rgb(204,120,235); }

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

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

 a { background-color: rgb(204,120,235); }

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

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

 span { border-color: rgb(204,120,235); }

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