Shades of Heliotrope #CC6AF1
Tints of Heliotrope #CC6AF1
RGB
CMYK
RGB Variations
Color information
#CC6AF1 (or 0xCC6AF1) is known color: Heliotrope. HEX triplet: CC, 6A and F1. RGB value is (204,106,241). Sum of RGB (Red+Green+Blue) = 204+106+241=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC6AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6AF1 is #33950E. Grayscale: #969696. Windows color (decimal): -3380495 or 15821516. OLE color: 15821516.
HSL color Cylindrical-coordinate representation of color #CC6AF1: hue angle of 283.56º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6AF1 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 106 | 241 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 283.56º | 0.83% | 0.68% | - |
| HSV(B) | 283.56º | 0.56% | 0.95% | - |
| XYZ | 45.93 | 29.5 | 86.49 | - |
| YUV | 150.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 241 | 0.15 | 0.56 | 0 | 0.05 | 283.56 | 0.83 | 0.68 |
| Hex | CC | 6A | F1 | F | 38 | 0 | 5 | 11C | 53 | 44 |
| Octal | 314 | 152 | 361 | 17 | 70 | 0 | 5 | 434 | 123 | 104 |
| Binary | 11001100 | 1101010 | 11110001 | 1111 | 111000 | 0 | 101 | 100011100 | 1010011 | 1000100 |
Color Harmonies of #CC6AF1
Complementary color
Monochromatic Colors of #CC6AF1
Black with #CC6AF1
Text Example
Text Example
White with #CC6AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6AF1; }
p { color: rgb(204,106,241); }
H1.HeaderClassName
{
color: #CC6AF1;
}
.AnyTagClassName
{
color: #CC6AF1;
}
</style>
background-color css
<style>
a { background-color: #CC6AF1; }
a { background-color: rgb(204,106,241); }
div.DivClassName
{
background-color: #CC6AF1;
}
.BgClassName
{
background-color: #CC6AF1;
}
</style>
border-color css
<style>
span { border-color: #CC6AF1; }
span { border-color: rgb(204,106,241); }
td.TdClassName
{
border-color: #CC6AF1;
}
.TagClassName
{
border-color: #CC6AF1;
}
</style>