Shades of Heliotrope #CC50FF
Tints of Heliotrope #CC50FF
RGB
CMYK
RGB Variations
Color information
#CC50FF (or 0xCC50FF) is known color: Heliotrope. HEX triplet: CC, 50 and FF. RGB value is (204,80,255). Sum of RGB (Red+Green+Blue) = 204+80+255=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 80 (31.64% from 255 or 14.84% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC50FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC50FF is #33AF00. Grayscale: #888888. Windows color (decimal): -3387137 or 16732364. OLE color: 16732364.
HSL color Cylindrical-coordinate representation of color #CC50FF: hue angle of 282.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC50FF is Cyan = 0.2, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 80 | 255 | - |
| CMYK | 0.2 | 0.69 | 0 | 0 |
| HSL | 282.51º | 1% | 0.66% | - |
| HSV(B) | 282.51º | 0.69% | 1% | - |
| XYZ | 45.82 | 25.79 | 97.17 | - |
| YUV | 137.03 | 194.58 | 175.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 80 | 255 | 0.2 | 0.69 | 0 | 0 | 282.51 | 1 | 0.66 |
| Hex | CC | 50 | FF | 14 | 45 | 0 | 0 | 11B | 64 | 42 |
| Octal | 314 | 120 | 377 | 24 | 105 | 0 | 0 | 433 | 144 | 102 |
| Binary | 11001100 | 1010000 | 11111111 | 10100 | 1000101 | 0 | 0 | 100011011 | 1100100 | 1000010 |
Color Harmonies of #CC50FF
Complementary color
Monochromatic Colors of #CC50FF
Black with #CC50FF
Text Example
Text Example
White with #CC50FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC50FF; }
p { color: rgb(204,80,255); }
H1.HeaderClassName
{
color: #CC50FF;
}
.AnyTagClassName
{
color: #CC50FF;
}
</style>
background-color css
<style>
a { background-color: #CC50FF; }
a { background-color: rgb(204,80,255); }
div.DivClassName
{
background-color: #CC50FF;
}
.BgClassName
{
background-color: #CC50FF;
}
</style>
border-color css
<style>
span { border-color: #CC50FF; }
span { border-color: rgb(204,80,255); }
td.TdClassName
{
border-color: #CC50FF;
}
.TagClassName
{
border-color: #CC50FF;
}
</style>