Shades of Heliotrope #CC70F1
Tints of Heliotrope #CC70F1
RGB
CMYK
RGB Variations
Color information
#CC70F1 (or 0xCC70F1) is known color: Heliotrope. HEX triplet: CC, 70 and F1. RGB value is (204,112,241). Sum of RGB (Red+Green+Blue) = 204+112+241=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 112 (44.14% from 255 or 20.11% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC70F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70F1 is #338F0E. Grayscale: #999999. Windows color (decimal): -3378959 or 15823052. OLE color: 15823052.
HSL color Cylindrical-coordinate representation of color #CC70F1: hue angle of 282.79º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC70F1 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 112 | 241 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.05 |
| HSL | 282.79º | 0.82% | 0.69% | - |
| HSV(B) | 282.79º | 0.54% | 0.95% | - |
| XYZ | 46.57 | 30.78 | 86.7 | - |
| YUV | 154.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 241 | 0.15 | 0.54 | 0 | 0.05 | 282.79 | 0.82 | 0.69 |
| Hex | CC | 70 | F1 | F | 36 | 0 | 5 | 11B | 52 | 45 |
| Octal | 314 | 160 | 361 | 17 | 66 | 0 | 5 | 433 | 122 | 105 |
| Binary | 11001100 | 1110000 | 11110001 | 1111 | 110110 | 0 | 101 | 100011011 | 1010010 | 1000101 |
Color Harmonies of #CC70F1
Complementary color
Monochromatic Colors of #CC70F1
Black with #CC70F1
Text Example
Text Example
White with #CC70F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70F1; }
p { color: rgb(204,112,241); }
H1.HeaderClassName
{
color: #CC70F1;
}
.AnyTagClassName
{
color: #CC70F1;
}
</style>
background-color css
<style>
a { background-color: #CC70F1; }
a { background-color: rgb(204,112,241); }
div.DivClassName
{
background-color: #CC70F1;
}
.BgClassName
{
background-color: #CC70F1;
}
</style>
border-color css
<style>
span { border-color: #CC70F1; }
span { border-color: rgb(204,112,241); }
td.TdClassName
{
border-color: #CC70F1;
}
.TagClassName
{
border-color: #CC70F1;
}
</style>