Shades of Heliotrope #C668F6
Tints of Heliotrope #C668F6
RGB
CMYK
RGB Variations
Color information
#C668F6 (or 0xC668F6) is known color: Heliotrope. HEX triplet: C6, 68 and F6. RGB value is (198,104,246). Sum of RGB (Red+Green+Blue) = 198+104+246=548 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.13% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #C668F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C668F6 is #399709. Grayscale: #939393. Windows color (decimal): -3774218 or 16148678. OLE color: 16148678.
HSL color Cylindrical-coordinate representation of color #C668F6: hue angle of 279.72º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C668F6 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 104 | 246 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.04 |
| HSL | 279.72º | 0.89% | 0.69% | - |
| HSV(B) | 279.72º | 0.58% | 0.96% | - |
| XYZ | 44.87 | 28.56 | 90.34 | - |
| YUV | 148.29 | 183.14 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 246 | 0.20 | 0.58 | 0 | 0.04 | 279.72 | 0.89 | 0.69 |
| Hex | C6 | 68 | F6 | 14 | 3A | 0 | 4 | 118 | 59 | 45 |
| Octal | 306 | 150 | 366 | 24 | 72 | 0 | 4 | 430 | 131 | 105 |
| Binary | 11000110 | 1101000 | 11110110 | 10100 | 111010 | 0 | 100 | 100011000 | 1011001 | 1000101 |
Color Harmonies of #C668F6
Complementary color
Monochromatic Colors of #C668F6
Black with #C668F6
Text Example
Text Example
White with #C668F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668F6; }
p { color: rgb(198,104,246); }
H1.HeaderClassName
{
color: #C668F6;
}
.AnyTagClassName
{
color: #C668F6;
}
</style>
background-color css
<style>
a { background-color: #C668F6; }
a { background-color: rgb(198,104,246); }
div.DivClassName
{
background-color: #C668F6;
}
.BgClassName
{
background-color: #C668F6;
}
</style>
border-color css
<style>
span { border-color: #C668F6; }
span { border-color: rgb(198,104,246); }
td.TdClassName
{
border-color: #C668F6;
}
.TagClassName
{
border-color: #C668F6;
}
</style>