Shades of Heliotrope #CC7AFC
Tints of Heliotrope #CC7AFC
RGB
CMYK
RGB Variations
Color information
#CC7AFC (or 0xCC7AFC) is known color: Heliotrope. HEX triplet: CC, 7A and FC. RGB value is (204,122,252). Sum of RGB (Red+Green+Blue) = 204+122+252=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC7AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7AFC is #338503. Grayscale: #A0A0A0. Windows color (decimal): -3376388 or 16546508. OLE color: 16546508.
HSL color Cylindrical-coordinate representation of color #CC7AFC: hue angle of 277.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC7AFC is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 122 | 252 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.01 |
| HSL | 277.85º | 0.96% | 0.73% | - |
| HSV(B) | 277.85º | 0.52% | 0.99% | - |
| XYZ | 49.43 | 33.78 | 96.01 | - |
| YUV | 161.34 | 179.17 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 122 | 252 | 0.19 | 0.52 | 0 | 0.01 | 277.85 | 0.96 | 0.73 |
| Hex | CC | 7A | FC | 13 | 34 | 0 | 1 | 116 | 60 | 49 |
| Octal | 314 | 172 | 374 | 23 | 64 | 0 | 1 | 426 | 140 | 111 |
| Binary | 11001100 | 1111010 | 11111100 | 10011 | 110100 | 0 | 1 | 100010110 | 1100000 | 1001001 |
Color Harmonies of #CC7AFC
Complementary color
Monochromatic Colors of #CC7AFC
Black with #CC7AFC
Text Example
Text Example
White with #CC7AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7AFC; }
p { color: rgb(204,122,252); }
H1.HeaderClassName
{
color: #CC7AFC;
}
.AnyTagClassName
{
color: #CC7AFC;
}
</style>
background-color css
<style>
a { background-color: #CC7AFC; }
a { background-color: rgb(204,122,252); }
div.DivClassName
{
background-color: #CC7AFC;
}
.BgClassName
{
background-color: #CC7AFC;
}
</style>
border-color css
<style>
span { border-color: #CC7AFC; }
span { border-color: rgb(204,122,252); }
td.TdClassName
{
border-color: #CC7AFC;
}
.TagClassName
{
border-color: #CC7AFC;
}
</style>