Shades of Heliotrope #C66FEB
Tints of Heliotrope #C66FEB
RGB
CMYK
RGB Variations
Color information
#C66FEB (or 0xC66FEB) is known color: Heliotrope. HEX triplet: C6, 6F and EB. RGB value is (198,111,235). Sum of RGB (Red+Green+Blue) = 198+111+235=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 111 (43.75% from 255 or 20.40% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #C66FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66FEB is #399014. Grayscale: #969696. Windows color (decimal): -3772437 or 15429574. OLE color: 15429574.
HSL color Cylindrical-coordinate representation of color #C66FEB: hue angle of 282.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66FEB is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 111 | 235 | - |
| CMYK | 0.16 | 0.53 | 0 | 0.08 |
| HSL | 282.1º | 0.76% | 0.68% | - |
| HSV(B) | 282.1º | 0.53% | 0.92% | - |
| XYZ | 43.97 | 29.37 | 81.95 | - |
| YUV | 151.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 235 | 0.16 | 0.53 | 0 | 0.08 | 282.1 | 0.76 | 0.68 |
| Hex | C6 | 6F | EB | 10 | 35 | 0 | 8 | 11A | 4C | 44 |
| Octal | 306 | 157 | 353 | 20 | 65 | 0 | 10 | 432 | 114 | 104 |
| Binary | 11000110 | 1101111 | 11101011 | 10000 | 110101 | 0 | 1000 | 100011010 | 1001100 | 1000100 |
Color Harmonies of #C66FEB
Complementary color
Monochromatic Colors of #C66FEB
Black with #C66FEB
Text Example
Text Example
White with #C66FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FEB; }
p { color: rgb(198,111,235); }
H1.HeaderClassName
{
color: #C66FEB;
}
.AnyTagClassName
{
color: #C66FEB;
}
</style>
background-color css
<style>
a { background-color: #C66FEB; }
a { background-color: rgb(198,111,235); }
div.DivClassName
{
background-color: #C66FEB;
}
.BgClassName
{
background-color: #C66FEB;
}
</style>
border-color css
<style>
span { border-color: #C66FEB; }
span { border-color: rgb(198,111,235); }
td.TdClassName
{
border-color: #C66FEB;
}
.TagClassName
{
border-color: #C66FEB;
}
</style>