#CC78E8

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

Shades of Heliotrope #CC78E8

Tints of Heliotrope #CC78E8

Color information

#CC78E8 (or 0xCC78E8) is unknown color: approx Heliotrope. HEX triplet: CC, 78 and E8. RGB value is (204,120,232). Sum of RGB (Red+Green+Blue) = 204+120+232=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC78E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78E8 is #338717. Grayscale: #9D9D9D. Windows color (decimal): -3376920 or 15235276. OLE color: 15235276.

HSL color Cylindrical-coordinate representation of color #CC78E8: hue angle of 285º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC78E8 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204120232-
CMYK0.120.4800.09
HSL285º70.89%69.02%-
HSV(B)285º48.28%90.98%-
XYZ46.1832.180.11-
YUV157.88169.83160.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 120 (47.27% from 255) = 21.58%
BLUE value IS 232 (91.02% from 255) = 41.73%
R=36.69%
G=21.58%
B=41.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041202320.120.4800.0928570.8969.02
HexCC78E8C300911d4745
Octal3141703501460011435107105
Binary1100110011110001110100011001100000100110001110110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78E8; }

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

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

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

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

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

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

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

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