Shades of Heliotrope #CC71F4
Tints of Heliotrope #CC71F4
RGB
CMYK
RGB Variations
Color information
#CC71F4 (or 0xCC71F4) is known color: Heliotrope. HEX triplet: CC, 71 and F4. RGB value is (204,113,244). Sum of RGB (Red+Green+Blue) = 204+113+244=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #CC71F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71F4 is #338E0B. Grayscale: #9A9A9A. Windows color (decimal): -3378700 or 16019916. OLE color: 16019916.
HSL color Cylindrical-coordinate representation of color #CC71F4: hue angle of 281.68º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC71F4 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 113 | 244 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.04 |
| HSL | 281.68º | 0.86% | 0.7% | - |
| HSV(B) | 281.68º | 0.54% | 0.96% | - |
| XYZ | 47.14 | 31.18 | 89.12 | - |
| YUV | 155.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 244 | 0.16 | 0.54 | 0 | 0.04 | 281.68 | 0.86 | 0.7 |
| Hex | CC | 71 | F4 | 10 | 36 | 0 | 4 | 11A | 56 | 46 |
| Octal | 314 | 161 | 364 | 20 | 66 | 0 | 4 | 432 | 126 | 106 |
| Binary | 11001100 | 1110001 | 11110100 | 10000 | 110110 | 0 | 100 | 100011010 | 1010110 | 1000110 |
Color Harmonies of #CC71F4
Complementary color
Monochromatic Colors of #CC71F4
Black with #CC71F4
Text Example
Text Example
White with #CC71F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71F4; }
p { color: rgb(204,113,244); }
H1.HeaderClassName
{
color: #CC71F4;
}
.AnyTagClassName
{
color: #CC71F4;
}
</style>
background-color css
<style>
a { background-color: #CC71F4; }
a { background-color: rgb(204,113,244); }
div.DivClassName
{
background-color: #CC71F4;
}
.BgClassName
{
background-color: #CC71F4;
}
</style>
border-color css
<style>
span { border-color: #CC71F4; }
span { border-color: rgb(204,113,244); }
td.TdClassName
{
border-color: #CC71F4;
}
.TagClassName
{
border-color: #CC71F4;
}
</style>