Shades of Heliotrope #CC56FD
Tints of Heliotrope #CC56FD
RGB
CMYK
RGB Variations
Color information
#CC56FD (or 0xCC56FD) is known color: Heliotrope. HEX triplet: CC, 56 and FD. RGB value is (204,86,253). Sum of RGB (Red+Green+Blue) = 204+86+253=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 86 (33.98% from 255 or 15.84% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC56FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC56FD is #33A902. Grayscale: #8B8B8B. Windows color (decimal): -3385603 or 16602828. OLE color: 16602828.
HSL color Cylindrical-coordinate representation of color #CC56FD: hue angle of 282.4º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC56FD is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 86 | 253 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.01 |
| HSL | 282.4º | 0.98% | 0.66% | - |
| HSV(B) | 282.4º | 0.66% | 0.99% | - |
| XYZ | 45.96 | 26.58 | 95.64 | - |
| YUV | 140.32 | 191.59 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 253 | 0.19 | 0.66 | 0 | 0.01 | 282.4 | 0.98 | 0.66 |
| Hex | CC | 56 | FD | 13 | 42 | 0 | 1 | 11A | 62 | 42 |
| Octal | 314 | 126 | 375 | 23 | 102 | 0 | 1 | 432 | 142 | 102 |
| Binary | 11001100 | 1010110 | 11111101 | 10011 | 1000010 | 0 | 1 | 100011010 | 1100010 | 1000010 |
Color Harmonies of #CC56FD
Complementary color
Monochromatic Colors of #CC56FD
Black with #CC56FD
Text Example
Text Example
White with #CC56FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC56FD; }
p { color: rgb(204,86,253); }
H1.HeaderClassName
{
color: #CC56FD;
}
.AnyTagClassName
{
color: #CC56FD;
}
</style>
background-color css
<style>
a { background-color: #CC56FD; }
a { background-color: rgb(204,86,253); }
div.DivClassName
{
background-color: #CC56FD;
}
.BgClassName
{
background-color: #CC56FD;
}
</style>
border-color css
<style>
span { border-color: #CC56FD; }
span { border-color: rgb(204,86,253); }
td.TdClassName
{
border-color: #CC56FD;
}
.TagClassName
{
border-color: #CC56FD;
}
</style>