#CC78F4

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

Shades of Heliotrope #CC78F4

Tints of Heliotrope #CC78F4

Color information

#CC78F4 (or 0xCC78F4) is unknown color: approx Heliotrope. HEX triplet: CC, 78 and F4. RGB value is (204,120,244). Sum of RGB (Red+Green+Blue) = 204+120+244=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 120 (47.27% from 255 or 21.13% from 568); Blue value is 244 (95.70% from 255 or 42.96% from 568); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC78F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78F4 is #33870B. Grayscale: #9E9E9E. Windows color (decimal): -3376908 or 16021708. OLE color: 16021708.

HSL color Cylindrical-coordinate representation of color #CC78F4: hue angle of 280.65º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC78F4 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204120244-
CMYK0.160.5100.04
HSL280.65º84.93%71.37%-
HSV(B)280.65º50.82%95.69%-
XYZ47.9532.889.39-
YUV159.25175.83159.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 120 (47.27% from 255) = 21.13%
BLUE value IS 244 (95.70% from 255) = 42.96%
R=35.92%
G=21.13%
B=42.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041202440.160.5100.04280.6584.9371.37
HexCC78F41033041195547
Octal314170364206304431125107
Binary1100110011110001111010010000110011010010001100110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC78F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC78F4; }

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

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

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

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

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

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

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

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