Shades of Heliotrope #C66EF1
Tints of Heliotrope #C66EF1
RGB
CMYK
RGB Variations
Color information
#C66EF1 (or 0xC66EF1) is known color: Heliotrope. HEX triplet: C6, 6E and F1. RGB value is (198,110,241). Sum of RGB (Red+Green+Blue) = 198+110+241=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #C66EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EF1 is #39910E. Grayscale: #969696. Windows color (decimal): -3772687 or 15822534. OLE color: 15822534.
HSL color Cylindrical-coordinate representation of color #C66EF1: hue angle of 280.31º 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 #C66EF1 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 110 | 241 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.05 |
| HSL | 280.31º | 0.82% | 0.69% | - |
| HSV(B) | 280.31º | 0.54% | 0.95% | - |
| XYZ | 44.74 | 29.51 | 86.56 | - |
| YUV | 151.25 | 178.65 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 241 | 0.18 | 0.54 | 0 | 0.05 | 280.31 | 0.82 | 0.69 |
| Hex | C6 | 6E | F1 | 12 | 36 | 0 | 5 | 118 | 52 | 45 |
| Octal | 306 | 156 | 361 | 22 | 66 | 0 | 5 | 430 | 122 | 105 |
| Binary | 11000110 | 1101110 | 11110001 | 10010 | 110110 | 0 | 101 | 100011000 | 1010010 | 1000101 |
Color Harmonies of #C66EF1
Complementary color
Monochromatic Colors of #C66EF1
Black with #C66EF1
Text Example
Text Example
White with #C66EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EF1; }
p { color: rgb(198,110,241); }
H1.HeaderClassName
{
color: #C66EF1;
}
.AnyTagClassName
{
color: #C66EF1;
}
</style>
background-color css
<style>
a { background-color: #C66EF1; }
a { background-color: rgb(198,110,241); }
div.DivClassName
{
background-color: #C66EF1;
}
.BgClassName
{
background-color: #C66EF1;
}
</style>
border-color css
<style>
span { border-color: #C66EF1; }
span { border-color: rgb(198,110,241); }
td.TdClassName
{
border-color: #C66EF1;
}
.TagClassName
{
border-color: #C66EF1;
}
</style>