Shades of Heliotrope #CC47FF
Tints of Heliotrope #CC47FF
RGB
CMYK
RGB Variations
Color information
#CC47FF (or 0xCC47FF) is known color: Heliotrope. HEX triplet: CC, 47 and FF. RGB value is (204,71,255). Sum of RGB (Red+Green+Blue) = 204+71+255=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 71 (28.12% from 255 or 13.40% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC47FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC47FF is #33B800. Grayscale: #838383. Windows color (decimal): -3389441 or 16730060. OLE color: 16730060.
HSL color Cylindrical-coordinate representation of color #CC47FF: hue angle of 283.37º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CC47FF is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 71 | 255 | - |
| CMYK | 0.2 | 0.72 | 0 | 0 |
| HSL | 283.37º | 1% | 0.64% | - |
| HSV(B) | 283.37º | 0.72% | 1% | - |
| XYZ | 45.21 | 24.56 | 96.97 | - |
| YUV | 131.74 | 197.56 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 71 | 255 | 0.2 | 0.72 | 0 | 0 | 283.37 | 1 | 0.64 |
| Hex | CC | 47 | FF | 14 | 48 | 0 | 0 | 11B | 64 | 40 |
| Octal | 314 | 107 | 377 | 24 | 110 | 0 | 0 | 433 | 144 | 100 |
| Binary | 11001100 | 1000111 | 11111111 | 10100 | 1001000 | 0 | 0 | 100011011 | 1100100 | 1000000 |
Color Harmonies of #CC47FF
Complementary color
Monochromatic Colors of #CC47FF
Black with #CC47FF
Text Example
Text Example
White with #CC47FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC47FF; }
p { color: rgb(204,71,255); }
H1.HeaderClassName
{
color: #CC47FF;
}
.AnyTagClassName
{
color: #CC47FF;
}
</style>
background-color css
<style>
a { background-color: #CC47FF; }
a { background-color: rgb(204,71,255); }
div.DivClassName
{
background-color: #CC47FF;
}
.BgClassName
{
background-color: #CC47FF;
}
</style>
border-color css
<style>
span { border-color: #CC47FF; }
span { border-color: rgb(204,71,255); }
td.TdClassName
{
border-color: #CC47FF;
}
.TagClassName
{
border-color: #CC47FF;
}
</style>