Shades of Heliotrope #CC77FF
Tints of Heliotrope #CC77FF
RGB
CMYK
RGB Variations
Color information
#CC77FF (or 0xCC77FF) is known color: Heliotrope. HEX triplet: CC, 77 and FF. RGB value is (204,119,255). Sum of RGB (Red+Green+Blue) = 204+119+255=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77FF is #338800. Grayscale: #9F9F9F. Windows color (decimal): -3377153 or 16742348. OLE color: 16742348.
HSL color Cylindrical-coordinate representation of color #CC77FF: hue angle of 277.5º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC77FF is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 119 | 255 | - |
| CMYK | 0.2 | 0.53 | 0 | 0 |
| HSL | 277.5º | 1% | 0.73% | - |
| HSV(B) | 277.5º | 0.53% | 1% | - |
| XYZ | 49.55 | 33.25 | 98.41 | - |
| YUV | 159.92 | 181.66 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 255 | 0.2 | 0.53 | 0 | 0 | 277.5 | 1 | 0.73 |
| Hex | CC | 77 | FF | 14 | 35 | 0 | 0 | 116 | 64 | 49 |
| Octal | 314 | 167 | 377 | 24 | 65 | 0 | 0 | 426 | 144 | 111 |
| Binary | 11001100 | 1110111 | 11111111 | 10100 | 110101 | 0 | 0 | 100010110 | 1100100 | 1001001 |
Color Harmonies of #CC77FF
Complementary color
Monochromatic Colors of #CC77FF
Black with #CC77FF
Text Example
Text Example
White with #CC77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77FF; }
p { color: rgb(204,119,255); }
H1.HeaderClassName
{
color: #CC77FF;
}
.AnyTagClassName
{
color: #CC77FF;
}
</style>
background-color css
<style>
a { background-color: #CC77FF; }
a { background-color: rgb(204,119,255); }
div.DivClassName
{
background-color: #CC77FF;
}
.BgClassName
{
background-color: #CC77FF;
}
</style>
border-color css
<style>
span { border-color: #CC77FF; }
span { border-color: rgb(204,119,255); }
td.TdClassName
{
border-color: #CC77FF;
}
.TagClassName
{
border-color: #CC77FF;
}
</style>