Shades of Heliotrope #CC6AFE
Tints of Heliotrope #CC6AFE
RGB
CMYK
RGB Variations
Color information
#CC6AFE (or 0xCC6AFE) is known color: Heliotrope. HEX triplet: CC, 6A and FE. RGB value is (204,106,254). Sum of RGB (Red+Green+Blue) = 204+106+254=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6AFE is #339501. Grayscale: #979797. Windows color (decimal): -3380482 or 16673484. OLE color: 16673484.
HSL color Cylindrical-coordinate representation of color #CC6AFE: hue angle of 279.73º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC6AFE is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 204 | 106 | 254 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.00 |
| HSL | 279.73º | 0.99% | 0.71% | - |
| HSV(B) | 279.73º | 0.58% | 1% | - |
| XYZ | 47.95 | 30.3 | 97.09 | - |
| YUV | 152.17 | 185.47 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 254 | 0.20 | 0.58 | 0 | 0.00 | 279.73 | 0.99 | 0.71 |
| Hex | CC | 6A | FE | 14 | 3A | 0 | 0 | 118 | 63 | 47 |
| Octal | 314 | 152 | 376 | 24 | 72 | 0 | 0 | 430 | 143 | 107 |
| Binary | 11001100 | 1101010 | 11111110 | 10100 | 111010 | 0 | 0 | 100011000 | 1100011 | 1000111 |
Color Harmonies of #CC6AFE
Complementary color
Monochromatic Colors of #CC6AFE
Black with #CC6AFE
Text Example
Text Example
White with #CC6AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AFE; }
p { color: rgb(204,106,254); }
H1.HeaderClassName
{
color: #CC6AFE;
}
.AnyTagClassName
{
color: #CC6AFE;
}
</style>
background-color css
<style>
a { background-color: #CC6AFE; }
a { background-color: rgb(204,106,254); }
div.DivClassName
{
background-color: #CC6AFE;
}
.BgClassName
{
background-color: #CC6AFE;
}
</style>
border-color css
<style>
span { border-color: #CC6AFE; }
span { border-color: rgb(204,106,254); }
td.TdClassName
{
border-color: #CC6AFE;
}
.TagClassName
{
border-color: #CC6AFE;
}
</style>