Shades of Heliotrope #C668FC
Tints of Heliotrope #C668FC
RGB
CMYK
RGB Variations
Color information
#C668FC (or 0xC668FC) is known color: Heliotrope. HEX triplet: C6, 68 and FC. RGB value is (198,104,252). Sum of RGB (Red+Green+Blue) = 198+104+252=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 104 (41.02% from 255 or 18.77% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #C668FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C668FC is #399703. Grayscale: #949494. Windows color (decimal): -3774212 or 16541894. OLE color: 16541894.
HSL color Cylindrical-coordinate representation of color #C668FC: hue angle of 278.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C668FC is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 104 | 252 | - |
| CMYK | 0.21 | 0.59 | 0 | 0.01 |
| HSL | 278.11º | 0.96% | 0.7% | - |
| HSV(B) | 278.11º | 0.59% | 0.99% | - |
| XYZ | 45.81 | 28.93 | 95.27 | - |
| YUV | 148.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 104 | 252 | 0.21 | 0.59 | 0 | 0.01 | 278.11 | 0.96 | 0.7 |
| Hex | C6 | 68 | FC | 15 | 3B | 0 | 1 | 116 | 60 | 46 |
| Octal | 306 | 150 | 374 | 25 | 73 | 0 | 1 | 426 | 140 | 106 |
| Binary | 11000110 | 1101000 | 11111100 | 10101 | 111011 | 0 | 1 | 100010110 | 1100000 | 1000110 |
Color Harmonies of #C668FC
Complementary color
Monochromatic Colors of #C668FC
Black with #C668FC
Text Example
Text Example
White with #C668FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C668FC; }
p { color: rgb(198,104,252); }
H1.HeaderClassName
{
color: #C668FC;
}
.AnyTagClassName
{
color: #C668FC;
}
</style>
background-color css
<style>
a { background-color: #C668FC; }
a { background-color: rgb(198,104,252); }
div.DivClassName
{
background-color: #C668FC;
}
.BgClassName
{
background-color: #C668FC;
}
</style>
border-color css
<style>
span { border-color: #C668FC; }
span { border-color: rgb(198,104,252); }
td.TdClassName
{
border-color: #C668FC;
}
.TagClassName
{
border-color: #C668FC;
}
</style>