Shades of Heliotrope #CC73FF
Tints of Heliotrope #CC73FF
RGB
CMYK
RGB Variations
Color information
#CC73FF (or 0xCC73FF) is known color: Heliotrope. HEX triplet: CC, 73 and FF. RGB value is (204,115,255). Sum of RGB (Red+Green+Blue) = 204+115+255=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC73FF is #338C00. Grayscale: #9D9D9D. Windows color (decimal): -3378177 or 16741324. OLE color: 16741324.
HSL color Cylindrical-coordinate representation of color #CC73FF: hue angle of 278.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC73FF is Cyan = 0.2, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 115 | 255 | - |
| CMYK | 0.2 | 0.55 | 0 | 0 |
| HSL | 278.14º | 1% | 0.73% | - |
| HSV(B) | 278.14º | 0.55% | 1% | - |
| XYZ | 49.08 | 32.32 | 98.26 | - |
| YUV | 157.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 115 | 255 | 0.2 | 0.55 | 0 | 0 | 278.14 | 1 | 0.73 |
| Hex | CC | 73 | FF | 14 | 37 | 0 | 0 | 116 | 64 | 49 |
| Octal | 314 | 163 | 377 | 24 | 67 | 0 | 0 | 426 | 144 | 111 |
| Binary | 11001100 | 1110011 | 11111111 | 10100 | 110111 | 0 | 0 | 100010110 | 1100100 | 1001001 |
Color Harmonies of #CC73FF
Complementary color
Monochromatic Colors of #CC73FF
Black with #CC73FF
Text Example
Text Example
White with #CC73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC73FF; }
p { color: rgb(204,115,255); }
H1.HeaderClassName
{
color: #CC73FF;
}
.AnyTagClassName
{
color: #CC73FF;
}
</style>
background-color css
<style>
a { background-color: #CC73FF; }
a { background-color: rgb(204,115,255); }
div.DivClassName
{
background-color: #CC73FF;
}
.BgClassName
{
background-color: #CC73FF;
}
</style>
border-color css
<style>
span { border-color: #CC73FF; }
span { border-color: rgb(204,115,255); }
td.TdClassName
{
border-color: #CC73FF;
}
.TagClassName
{
border-color: #CC73FF;
}
</style>