Shades of Heliotrope #C666F6
Tints of Heliotrope #C666F6
RGB
CMYK
RGB Variations
Color information
#C666F6 (or 0xC666F6) is known color: Heliotrope. HEX triplet: C6, 66 and F6. RGB value is (198,102,246). Sum of RGB (Red+Green+Blue) = 198+102+246=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #C666F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C666F6 is #399909. Grayscale: #929292. Windows color (decimal): -3774730 or 16148166. OLE color: 16148166.
HSL color Cylindrical-coordinate representation of color #C666F6: hue angle of 280º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C666F6 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 102 | 246 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.04 |
| HSL | 280º | 0.89% | 0.68% | - |
| HSV(B) | 280º | 0.59% | 0.96% | - |
| XYZ | 44.67 | 28.16 | 90.27 | - |
| YUV | 147.12 | 183.8 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 246 | 0.20 | 0.59 | 0 | 0.04 | 280 | 0.89 | 0.68 |
| Hex | C6 | 66 | F6 | 14 | 3B | 0 | 4 | 118 | 59 | 44 |
| Octal | 306 | 146 | 366 | 24 | 73 | 0 | 4 | 430 | 131 | 104 |
| Binary | 11000110 | 1100110 | 11110110 | 10100 | 111011 | 0 | 100 | 100011000 | 1011001 | 1000100 |
Color Harmonies of #C666F6
Complementary color
Monochromatic Colors of #C666F6
Black with #C666F6
Text Example
Text Example
White with #C666F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C666F6; }
p { color: rgb(198,102,246); }
H1.HeaderClassName
{
color: #C666F6;
}
.AnyTagClassName
{
color: #C666F6;
}
</style>
background-color css
<style>
a { background-color: #C666F6; }
a { background-color: rgb(198,102,246); }
div.DivClassName
{
background-color: #C666F6;
}
.BgClassName
{
background-color: #C666F6;
}
</style>
border-color css
<style>
span { border-color: #C666F6; }
span { border-color: rgb(198,102,246); }
td.TdClassName
{
border-color: #C666F6;
}
.TagClassName
{
border-color: #C666F6;
}
</style>