Shades of Heliotrope #CC78F0
Tints of Heliotrope #CC78F0
RGB
CMYK
RGB Variations
Color information
#CC78F0 (or 0xCC78F0) is known color: Heliotrope. HEX triplet: CC, 78 and F0. RGB value is (204,120,240). Sum of RGB (Red+Green+Blue) = 204+120+240=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC78F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78F0 is #33870F. Grayscale: #9E9E9E. Windows color (decimal): -3376912 or 15759564. OLE color: 15759564.
HSL color Cylindrical-coordinate representation of color #CC78F0: hue angle of 282º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC78F0 is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 120 | 240 | - |
| CMYK | 0.15 | 0.5 | 0 | 0.06 |
| HSL | 282º | 0.8% | 0.71% | - |
| HSV(B) | 282º | 0.5% | 0.94% | - |
| XYZ | 47.35 | 32.56 | 86.23 | - |
| YUV | 158.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 240 | 0.15 | 0.5 | 0 | 0.06 | 282 | 0.8 | 0.71 |
| Hex | CC | 78 | F0 | F | 32 | 0 | 6 | 11A | 50 | 47 |
| Octal | 314 | 170 | 360 | 17 | 62 | 0 | 6 | 432 | 120 | 107 |
| Binary | 11001100 | 1111000 | 11110000 | 1111 | 110010 | 0 | 110 | 100011010 | 1010000 | 1000111 |
Color Harmonies of #CC78F0
Complementary color
Monochromatic Colors of #CC78F0
Black with #CC78F0
Text Example
Text Example
White with #CC78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78F0; }
p { color: rgb(204,120,240); }
H1.HeaderClassName
{
color: #CC78F0;
}
.AnyTagClassName
{
color: #CC78F0;
}
</style>
background-color css
<style>
a { background-color: #CC78F0; }
a { background-color: rgb(204,120,240); }
div.DivClassName
{
background-color: #CC78F0;
}
.BgClassName
{
background-color: #CC78F0;
}
</style>
border-color css
<style>
span { border-color: #CC78F0; }
span { border-color: rgb(204,120,240); }
td.TdClassName
{
border-color: #CC78F0;
}
.TagClassName
{
border-color: #CC78F0;
}
</style>