Shades of Heliotrope #C678FE
Tints of Heliotrope #C678FE
RGB
CMYK
RGB Variations
Color information
#C678FE (or 0xC678FE) is known color: Heliotrope. HEX triplet: C6, 78 and FE. RGB value is (198,120,254). Sum of RGB (Red+Green+Blue) = 198+120+254=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #C678FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C678FE is #398701. Grayscale: #9E9E9E. Windows color (decimal): -3770114 or 16677062. OLE color: 16677062.
HSL color Cylindrical-coordinate representation of color #C678FE: hue angle of 274.93º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C678FE is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 120 | 254 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.00 |
| HSL | 274.93º | 0.99% | 0.73% | - |
| HSV(B) | 274.93º | 0.53% | 1% | - |
| XYZ | 47.89 | 32.59 | 97.53 | - |
| YUV | 158.6 | 181.84 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 254 | 0.22 | 0.53 | 0 | 0.00 | 274.93 | 0.99 | 0.73 |
| Hex | C6 | 78 | FE | 16 | 35 | 0 | 0 | 113 | 63 | 49 |
| Octal | 306 | 170 | 376 | 26 | 65 | 0 | 0 | 423 | 143 | 111 |
| Binary | 11000110 | 1111000 | 11111110 | 10110 | 110101 | 0 | 0 | 100010011 | 1100011 | 1001001 |
Color Harmonies of #C678FE
Complementary color
Monochromatic Colors of #C678FE
Black with #C678FE
Text Example
Text Example
White with #C678FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678FE; }
p { color: rgb(198,120,254); }
H1.HeaderClassName
{
color: #C678FE;
}
.AnyTagClassName
{
color: #C678FE;
}
</style>
background-color css
<style>
a { background-color: #C678FE; }
a { background-color: rgb(198,120,254); }
div.DivClassName
{
background-color: #C678FE;
}
.BgClassName
{
background-color: #C678FE;
}
</style>
border-color css
<style>
span { border-color: #C678FE; }
span { border-color: rgb(198,120,254); }
td.TdClassName
{
border-color: #C678FE;
}
.TagClassName
{
border-color: #C678FE;
}
</style>