Shades of Heliotrope #CC70FF
Tints of Heliotrope #CC70FF
RGB
CMYK
RGB Variations
Color information
#CC70FF (or 0xCC70FF) is known color: Heliotrope. HEX triplet: CC, 70 and FF. RGB value is (204,112,255). Sum of RGB (Red+Green+Blue) = 204+112+255=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC70FF is #338F00. Grayscale: #9B9B9B. Windows color (decimal): -3378945 or 16740556. OLE color: 16740556.
HSL color Cylindrical-coordinate representation of color #CC70FF: hue angle of 278.6º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC70FF is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 112 | 255 | - |
| CMYK | 0.2 | 0.56 | 0 | 0 |
| HSL | 278.6º | 1% | 0.72% | - |
| HSV(B) | 278.6º | 0.56% | 1% | - |
| XYZ | 48.75 | 31.65 | 98.15 | - |
| YUV | 155.81 | 183.98 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 112 | 255 | 0.2 | 0.56 | 0 | 0 | 278.6 | 1 | 0.72 |
| Hex | CC | 70 | FF | 14 | 38 | 0 | 0 | 117 | 64 | 48 |
| Octal | 314 | 160 | 377 | 24 | 70 | 0 | 0 | 427 | 144 | 110 |
| Binary | 11001100 | 1110000 | 11111111 | 10100 | 111000 | 0 | 0 | 100010111 | 1100100 | 1001000 |
Color Harmonies of #CC70FF
Complementary color
Monochromatic Colors of #CC70FF
Black with #CC70FF
Text Example
Text Example
White with #CC70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC70FF; }
p { color: rgb(204,112,255); }
H1.HeaderClassName
{
color: #CC70FF;
}
.AnyTagClassName
{
color: #CC70FF;
}
</style>
background-color css
<style>
a { background-color: #CC70FF; }
a { background-color: rgb(204,112,255); }
div.DivClassName
{
background-color: #CC70FF;
}
.BgClassName
{
background-color: #CC70FF;
}
</style>
border-color css
<style>
span { border-color: #CC70FF; }
span { border-color: rgb(204,112,255); }
td.TdClassName
{
border-color: #CC70FF;
}
.TagClassName
{
border-color: #CC70FF;
}
</style>