Shades of Heliotrope #CC75FF
Tints of Heliotrope #CC75FF
RGB
CMYK
RGB Variations
Color information
#CC75FF (or 0xCC75FF) is known color: Heliotrope. HEX triplet: CC, 75 and FF. RGB value is (204,117,255). Sum of RGB (Red+Green+Blue) = 204+117+255=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 117 (46.09% from 255 or 20.31% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC75FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC75FF is #338A00. Grayscale: #9E9E9E. Windows color (decimal): -3377665 or 16741836. OLE color: 16741836.
HSL color Cylindrical-coordinate representation of color #CC75FF: hue angle of 277.83º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC75FF is Cyan = 0.2, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 117 | 255 | - |
| CMYK | 0.2 | 0.54 | 0 | 0 |
| HSL | 277.83º | 1% | 0.73% | - |
| HSV(B) | 277.83º | 0.54% | 1% | - |
| XYZ | 49.31 | 32.78 | 98.34 | - |
| YUV | 158.75 | 182.32 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 117 | 255 | 0.2 | 0.54 | 0 | 0 | 277.83 | 1 | 0.73 |
| Hex | CC | 75 | FF | 14 | 36 | 0 | 0 | 116 | 64 | 49 |
| Octal | 314 | 165 | 377 | 24 | 66 | 0 | 0 | 426 | 144 | 111 |
| Binary | 11001100 | 1110101 | 11111111 | 10100 | 110110 | 0 | 0 | 100010110 | 1100100 | 1001001 |
Color Harmonies of #CC75FF
Complementary color
Monochromatic Colors of #CC75FF
Black with #CC75FF
Text Example
Text Example
White with #CC75FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC75FF; }
p { color: rgb(204,117,255); }
H1.HeaderClassName
{
color: #CC75FF;
}
.AnyTagClassName
{
color: #CC75FF;
}
</style>
background-color css
<style>
a { background-color: #CC75FF; }
a { background-color: rgb(204,117,255); }
div.DivClassName
{
background-color: #CC75FF;
}
.BgClassName
{
background-color: #CC75FF;
}
</style>
border-color css
<style>
span { border-color: #CC75FF; }
span { border-color: rgb(204,117,255); }
td.TdClassName
{
border-color: #CC75FF;
}
.TagClassName
{
border-color: #CC75FF;
}
</style>