Shades of Heliotrope #CC71FF
Tints of Heliotrope #CC71FF
RGB
CMYK
RGB Variations
Color information
#CC71FF (or 0xCC71FF) is known color: Heliotrope. HEX triplet: CC, 71 and FF. RGB value is (204,113,255). Sum of RGB (Red+Green+Blue) = 204+113+255=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC71FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC71FF is #338E00. Grayscale: #9B9B9B. Windows color (decimal): -3378689 or 16740812. OLE color: 16740812.
HSL color Cylindrical-coordinate representation of color #CC71FF: hue angle of 278.45º 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 #CC71FF is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 113 | 255 | - |
| CMYK | 0.2 | 0.56 | 0 | 0 |
| HSL | 278.45º | 1% | 0.72% | - |
| HSV(B) | 278.45º | 0.56% | 1% | - |
| XYZ | 48.86 | 31.87 | 98.18 | - |
| YUV | 156.4 | 183.65 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 113 | 255 | 0.2 | 0.56 | 0 | 0 | 278.45 | 1 | 0.72 |
| Hex | CC | 71 | FF | 14 | 38 | 0 | 0 | 116 | 64 | 48 |
| Octal | 314 | 161 | 377 | 24 | 70 | 0 | 0 | 426 | 144 | 110 |
| Binary | 11001100 | 1110001 | 11111111 | 10100 | 111000 | 0 | 0 | 100010110 | 1100100 | 1001000 |
Color Harmonies of #CC71FF
Complementary color
Monochromatic Colors of #CC71FF
Black with #CC71FF
Text Example
Text Example
White with #CC71FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC71FF; }
p { color: rgb(204,113,255); }
H1.HeaderClassName
{
color: #CC71FF;
}
.AnyTagClassName
{
color: #CC71FF;
}
</style>
background-color css
<style>
a { background-color: #CC71FF; }
a { background-color: rgb(204,113,255); }
div.DivClassName
{
background-color: #CC71FF;
}
.BgClassName
{
background-color: #CC71FF;
}
</style>
border-color css
<style>
span { border-color: #CC71FF; }
span { border-color: rgb(204,113,255); }
td.TdClassName
{
border-color: #CC71FF;
}
.TagClassName
{
border-color: #CC71FF;
}
</style>