Shades of Heliotrope #CC56F7
Tints of Heliotrope #CC56F7
RGB
CMYK
RGB Variations
Color information
#CC56F7 (or 0xCC56F7) is known color: Heliotrope. HEX triplet: CC, 56 and F7. RGB value is (204,86,247). Sum of RGB (Red+Green+Blue) = 204+86+247=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 86 (33.98% from 255 or 16.01% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC56F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56F7 is #33A908. Grayscale: #8B8B8B. Windows color (decimal): -3385609 or 16209612. OLE color: 16209612.
HSL color Cylindrical-coordinate representation of color #CC56F7: hue angle of 283.98º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC56F7 is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 86 | 247 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.03 |
| HSL | 283.98º | 0.91% | 0.65% | - |
| HSV(B) | 283.98º | 0.65% | 0.97% | - |
| XYZ | 45.02 | 26.21 | 90.68 | - |
| YUV | 139.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 247 | 0.17 | 0.65 | 0 | 0.03 | 283.98 | 0.91 | 0.65 |
| Hex | CC | 56 | F7 | 11 | 41 | 0 | 3 | 11C | 5B | 41 |
| Octal | 314 | 126 | 367 | 21 | 101 | 0 | 3 | 434 | 133 | 101 |
| Binary | 11001100 | 1010110 | 11110111 | 10001 | 1000001 | 0 | 11 | 100011100 | 1011011 | 1000001 |
Color Harmonies of #CC56F7
Complementary color
Monochromatic Colors of #CC56F7
Black with #CC56F7
Text Example
Text Example
White with #CC56F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56F7; }
p { color: rgb(204,86,247); }
H1.HeaderClassName
{
color: #CC56F7;
}
.AnyTagClassName
{
color: #CC56F7;
}
</style>
background-color css
<style>
a { background-color: #CC56F7; }
a { background-color: rgb(204,86,247); }
div.DivClassName
{
background-color: #CC56F7;
}
.BgClassName
{
background-color: #CC56F7;
}
</style>
border-color css
<style>
span { border-color: #CC56F7; }
span { border-color: rgb(204,86,247); }
td.TdClassName
{
border-color: #CC56F7;
}
.TagClassName
{
border-color: #CC56F7;
}
</style>