Shades of Heliotrope #C66EFC
Tints of Heliotrope #C66EFC
RGB
CMYK
RGB Variations
Color information
#C66EFC (or 0xC66EFC) is known color: Heliotrope. HEX triplet: C6, 6E and FC. RGB value is (198,110,252). Sum of RGB (Red+Green+Blue) = 198+110+252=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 110 (43.36% from 255 or 19.64% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #C66EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66EFC is #399103. Grayscale: #989898. Windows color (decimal): -3772676 or 16543430. OLE color: 16543430.
HSL color Cylindrical-coordinate representation of color #C66EFC: hue angle of 277.18º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C66EFC is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 110 | 252 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.01 |
| HSL | 277.18º | 0.96% | 0.71% | - |
| HSV(B) | 277.18º | 0.56% | 0.99% | - |
| XYZ | 46.44 | 30.19 | 95.47 | - |
| YUV | 152.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 110 | 252 | 0.21 | 0.56 | 0 | 0.01 | 277.18 | 0.96 | 0.71 |
| Hex | C6 | 6E | FC | 15 | 38 | 0 | 1 | 115 | 60 | 47 |
| Octal | 306 | 156 | 374 | 25 | 70 | 0 | 1 | 425 | 140 | 107 |
| Binary | 11000110 | 1101110 | 11111100 | 10101 | 111000 | 0 | 1 | 100010101 | 1100000 | 1000111 |
Color Harmonies of #C66EFC
Complementary color
Monochromatic Colors of #C66EFC
Black with #C66EFC
Text Example
Text Example
White with #C66EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66EFC; }
p { color: rgb(198,110,252); }
H1.HeaderClassName
{
color: #C66EFC;
}
.AnyTagClassName
{
color: #C66EFC;
}
</style>
background-color css
<style>
a { background-color: #C66EFC; }
a { background-color: rgb(198,110,252); }
div.DivClassName
{
background-color: #C66EFC;
}
.BgClassName
{
background-color: #C66EFC;
}
</style>
border-color css
<style>
span { border-color: #C66EFC; }
span { border-color: rgb(198,110,252); }
td.TdClassName
{
border-color: #C66EFC;
}
.TagClassName
{
border-color: #C66EFC;
}
</style>