Shades of Heliotrope #C670F3
Tints of Heliotrope #C670F3
RGB
CMYK
RGB Variations
Color information
#C670F3 (or 0xC670F3) is known color: Heliotrope. HEX triplet: C6, 70 and F3. RGB value is (198,112,243). Sum of RGB (Red+Green+Blue) = 198+112+243=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 112 (44.14% from 255 or 20.25% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #C670F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670F3 is #398F0C. Grayscale: #989898. Windows color (decimal): -3772173 or 15954118. OLE color: 15954118.
HSL color Cylindrical-coordinate representation of color #C670F3: hue angle of 279.39º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C670F3 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 112 | 243 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.05 |
| HSL | 279.39º | 0.85% | 0.7% | - |
| HSV(B) | 279.39º | 0.54% | 0.95% | - |
| XYZ | 45.26 | 30.07 | 88.21 | - |
| YUV | 152.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 112 | 243 | 0.19 | 0.54 | 0 | 0.05 | 279.39 | 0.85 | 0.7 |
| Hex | C6 | 70 | F3 | 13 | 36 | 0 | 5 | 117 | 55 | 46 |
| Octal | 306 | 160 | 363 | 23 | 66 | 0 | 5 | 427 | 125 | 106 |
| Binary | 11000110 | 1110000 | 11110011 | 10011 | 110110 | 0 | 101 | 100010111 | 1010101 | 1000110 |
Color Harmonies of #C670F3
Complementary color
Monochromatic Colors of #C670F3
Black with #C670F3
Text Example
Text Example
White with #C670F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C670F3; }
p { color: rgb(198,112,243); }
H1.HeaderClassName
{
color: #C670F3;
}
.AnyTagClassName
{
color: #C670F3;
}
</style>
background-color css
<style>
a { background-color: #C670F3; }
a { background-color: rgb(198,112,243); }
div.DivClassName
{
background-color: #C670F3;
}
.BgClassName
{
background-color: #C670F3;
}
</style>
border-color css
<style>
span { border-color: #C670F3; }
span { border-color: rgb(198,112,243); }
td.TdClassName
{
border-color: #C670F3;
}
.TagClassName
{
border-color: #C670F3;
}
</style>