Shades of Heliotrope #CC77F7
Tints of Heliotrope #CC77F7
RGB
CMYK
RGB Variations
Color information
#CC77F7 (or 0xCC77F7) is known color: Heliotrope. HEX triplet: CC, 77 and F7. RGB value is (204,119,247). Sum of RGB (Red+Green+Blue) = 204+119+247=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 119 (46.88% from 255 or 20.88% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC77F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77F7 is #338808. Grayscale: #9E9E9E. Windows color (decimal): -3377161 or 16218060. OLE color: 16218060.
HSL color Cylindrical-coordinate representation of color #CC77F7: hue angle of 279.84º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC77F7 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 119 | 247 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.03 |
| HSL | 279.84º | 0.89% | 0.72% | - |
| HSV(B) | 279.84º | 0.52% | 0.97% | - |
| XYZ | 48.29 | 32.75 | 91.77 | - |
| YUV | 159.01 | 177.66 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 119 | 247 | 0.17 | 0.52 | 0 | 0.03 | 279.84 | 0.89 | 0.72 |
| Hex | CC | 77 | F7 | 11 | 34 | 0 | 3 | 118 | 59 | 48 |
| Octal | 314 | 167 | 367 | 21 | 64 | 0 | 3 | 430 | 131 | 110 |
| Binary | 11001100 | 1110111 | 11110111 | 10001 | 110100 | 0 | 11 | 100011000 | 1011001 | 1001000 |
Color Harmonies of #CC77F7
Complementary color
Monochromatic Colors of #CC77F7
Black with #CC77F7
Text Example
Text Example
White with #CC77F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC77F7; }
p { color: rgb(204,119,247); }
H1.HeaderClassName
{
color: #CC77F7;
}
.AnyTagClassName
{
color: #CC77F7;
}
</style>
background-color css
<style>
a { background-color: #CC77F7; }
a { background-color: rgb(204,119,247); }
div.DivClassName
{
background-color: #CC77F7;
}
.BgClassName
{
background-color: #CC77F7;
}
</style>
border-color css
<style>
span { border-color: #CC77F7; }
span { border-color: rgb(204,119,247); }
td.TdClassName
{
border-color: #CC77F7;
}
.TagClassName
{
border-color: #CC77F7;
}
</style>