Shades of Heliotrope #C678FC
Tints of Heliotrope #C678FC
RGB
CMYK
RGB Variations
Color information
#C678FC (or 0xC678FC) is known color: Heliotrope. HEX triplet: C6, 78 and FC. RGB value is (198,120,252). Sum of RGB (Red+Green+Blue) = 198+120+252=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #C678FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C678FC is #398703. Grayscale: #9D9D9D. Windows color (decimal): -3770116 or 16545990. OLE color: 16545990.
HSL color Cylindrical-coordinate representation of color #C678FC: hue angle of 275.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C678FC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 120 | 252 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.01 |
| HSL | 275.45º | 0.96% | 0.73% | - |
| HSV(B) | 275.45º | 0.52% | 0.99% | - |
| XYZ | 47.58 | 32.47 | 95.85 | - |
| YUV | 158.37 | 180.84 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 252 | 0.21 | 0.52 | 0 | 0.01 | 275.45 | 0.96 | 0.73 |
| Hex | C6 | 78 | FC | 15 | 34 | 0 | 1 | 113 | 60 | 49 |
| Octal | 306 | 170 | 374 | 25 | 64 | 0 | 1 | 423 | 140 | 111 |
| Binary | 11000110 | 1111000 | 11111100 | 10101 | 110100 | 0 | 1 | 100010011 | 1100000 | 1001001 |
Color Harmonies of #C678FC
Complementary color
Monochromatic Colors of #C678FC
Black with #C678FC
Text Example
Text Example
White with #C678FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C678FC; }
p { color: rgb(198,120,252); }
H1.HeaderClassName
{
color: #C678FC;
}
.AnyTagClassName
{
color: #C678FC;
}
</style>
background-color css
<style>
a { background-color: #C678FC; }
a { background-color: rgb(198,120,252); }
div.DivClassName
{
background-color: #C678FC;
}
.BgClassName
{
background-color: #C678FC;
}
</style>
border-color css
<style>
span { border-color: #C678FC; }
span { border-color: rgb(198,120,252); }
td.TdClassName
{
border-color: #C678FC;
}
.TagClassName
{
border-color: #C678FC;
}
</style>