Shades of Heliotrope #CC6EF1
Tints of Heliotrope #CC6EF1
RGB
CMYK
RGB Variations
Color information
#CC6EF1 (or 0xCC6EF1) is known color: Heliotrope. HEX triplet: CC, 6E and F1. RGB value is (204,110,241). Sum of RGB (Red+Green+Blue) = 204+110+241=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EF1 is #33910E. Grayscale: #989898. Windows color (decimal): -3379471 or 15822540. OLE color: 15822540.
HSL color Cylindrical-coordinate representation of color #CC6EF1: hue angle of 283.05º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC6EF1 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 110 | 241 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.05 |
| HSL | 283.05º | 0.82% | 0.69% | - |
| HSV(B) | 283.05º | 0.54% | 0.95% | - |
| XYZ | 46.35 | 30.34 | 86.63 | - |
| YUV | 153.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 110 | 241 | 0.15 | 0.54 | 0 | 0.05 | 283.05 | 0.82 | 0.69 |
| Hex | CC | 6E | F1 | F | 36 | 0 | 5 | 11B | 52 | 45 |
| Octal | 314 | 156 | 361 | 17 | 66 | 0 | 5 | 433 | 122 | 105 |
| Binary | 11001100 | 1101110 | 11110001 | 1111 | 110110 | 0 | 101 | 100011011 | 1010010 | 1000101 |
Color Harmonies of #CC6EF1
Complementary color
Monochromatic Colors of #CC6EF1
Black with #CC6EF1
Text Example
Text Example
White with #CC6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6EF1; }
p { color: rgb(204,110,241); }
H1.HeaderClassName
{
color: #CC6EF1;
}
.AnyTagClassName
{
color: #CC6EF1;
}
</style>
background-color css
<style>
a { background-color: #CC6EF1; }
a { background-color: rgb(204,110,241); }
div.DivClassName
{
background-color: #CC6EF1;
}
.BgClassName
{
background-color: #CC6EF1;
}
</style>
border-color css
<style>
span { border-color: #CC6EF1; }
span { border-color: rgb(204,110,241); }
td.TdClassName
{
border-color: #CC6EF1;
}
.TagClassName
{
border-color: #CC6EF1;
}
</style>