Shades of Heliotrope #CC6AFC
Tints of Heliotrope #CC6AFC
RGB
CMYK
RGB Variations
Color information
#CC6AFC (or 0xCC6AFC) is known color: Heliotrope. HEX triplet: CC, 6A and FC. RGB value is (204,106,252). Sum of RGB (Red+Green+Blue) = 204+106+252=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 106 (41.80% from 255 or 18.86% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC6AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6AFC is #339503. Grayscale: #979797. Windows color (decimal): -3380484 or 16542412. OLE color: 16542412.
HSL color Cylindrical-coordinate representation of color #CC6AFC: hue angle of 280.27º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6AFC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 106 | 252 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.01 |
| HSL | 280.27º | 0.96% | 0.7% | - |
| HSV(B) | 280.27º | 0.58% | 0.99% | - |
| XYZ | 47.63 | 30.17 | 95.41 | - |
| YUV | 151.95 | 184.47 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 252 | 0.19 | 0.58 | 0 | 0.01 | 280.27 | 0.96 | 0.7 |
| Hex | CC | 6A | FC | 13 | 3A | 0 | 1 | 118 | 60 | 46 |
| Octal | 314 | 152 | 374 | 23 | 72 | 0 | 1 | 430 | 140 | 106 |
| Binary | 11001100 | 1101010 | 11111100 | 10011 | 111010 | 0 | 1 | 100011000 | 1100000 | 1000110 |
Color Harmonies of #CC6AFC
Complementary color
Monochromatic Colors of #CC6AFC
Black with #CC6AFC
Text Example
Text Example
White with #CC6AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AFC; }
p { color: rgb(204,106,252); }
H1.HeaderClassName
{
color: #CC6AFC;
}
.AnyTagClassName
{
color: #CC6AFC;
}
</style>
background-color css
<style>
a { background-color: #CC6AFC; }
a { background-color: rgb(204,106,252); }
div.DivClassName
{
background-color: #CC6AFC;
}
.BgClassName
{
background-color: #CC6AFC;
}
</style>
border-color css
<style>
span { border-color: #CC6AFC; }
span { border-color: rgb(204,106,252); }
td.TdClassName
{
border-color: #CC6AFC;
}
.TagClassName
{
border-color: #CC6AFC;
}
</style>