Shades of Heliotrope #C678F6
Tints of Heliotrope #C678F6
RGB
CMYK
RGB Variations
Color information
#C678F6 (or 0xC678F6) is known color: Heliotrope. HEX triplet: C6, 78 and F6. RGB value is (198,120,246). Sum of RGB (Red+Green+Blue) = 198+120+246=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #C678F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C678F6 is #398709. Grayscale: #9D9D9D. Windows color (decimal): -3770122 or 16152774. OLE color: 16152774.
HSL color Cylindrical-coordinate representation of color #C678F6: hue angle of 277.14º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C678F6 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 120 | 246 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.04 |
| HSL | 277.14º | 0.88% | 0.72% | - |
| HSV(B) | 277.14º | 0.51% | 0.96% | - |
| XYZ | 46.64 | 32.09 | 90.93 | - |
| YUV | 157.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 246 | 0.20 | 0.51 | 0 | 0.04 | 277.14 | 0.88 | 0.72 |
| Hex | C6 | 78 | F6 | 14 | 33 | 0 | 4 | 115 | 58 | 48 |
| Octal | 306 | 170 | 366 | 24 | 63 | 0 | 4 | 425 | 130 | 110 |
| Binary | 11000110 | 1111000 | 11110110 | 10100 | 110011 | 0 | 100 | 100010101 | 1011000 | 1001000 |
Color Harmonies of #C678F6
Complementary color
Monochromatic Colors of #C678F6
Black with #C678F6
Text Example
Text Example
White with #C678F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678F6; }
p { color: rgb(198,120,246); }
H1.HeaderClassName
{
color: #C678F6;
}
.AnyTagClassName
{
color: #C678F6;
}
</style>
background-color css
<style>
a { background-color: #C678F6; }
a { background-color: rgb(198,120,246); }
div.DivClassName
{
background-color: #C678F6;
}
.BgClassName
{
background-color: #C678F6;
}
</style>
border-color css
<style>
span { border-color: #C678F6; }
span { border-color: rgb(198,120,246); }
td.TdClassName
{
border-color: #C678F6;
}
.TagClassName
{
border-color: #C678F6;
}
</style>