Shades of Heliotrope #C673F0
Tints of Heliotrope #C673F0
RGB
CMYK
RGB Variations
Color information
#C673F0 (or 0xC673F0) is known color: Heliotrope. HEX triplet: C6, 73 and F0. RGB value is (198,115,240). Sum of RGB (Red+Green+Blue) = 198+115+240=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 115 (45.31% from 255 or 20.80% from 553); Blue value is 240 (94.14% from 255 or 43.40% from 553); Max value from RGB is 240 - color contains mainly: blue. Hex color #C673F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C673F0 is #398C0F. Grayscale: #999999. Windows color (decimal): -3771408 or 15758278. OLE color: 15758278.
HSL color Cylindrical-coordinate representation of color #C673F0: hue angle of 279.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C673F0 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 115 | 240 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.06 |
| HSL | 279.84º | 0.81% | 0.7% | - |
| HSV(B) | 279.84º | 0.52% | 0.94% | - |
| XYZ | 45.15 | 30.56 | 85.96 | - |
| YUV | 154.07 | 176.5 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 240 | 0.18 | 0.52 | 0 | 0.06 | 279.84 | 0.81 | 0.7 |
| Hex | C6 | 73 | F0 | 12 | 34 | 0 | 6 | 118 | 51 | 46 |
| Octal | 306 | 163 | 360 | 22 | 64 | 0 | 6 | 430 | 121 | 106 |
| Binary | 11000110 | 1110011 | 11110000 | 10010 | 110100 | 0 | 110 | 100011000 | 1010001 | 1000110 |
Color Harmonies of #C673F0
Complementary color
Monochromatic Colors of #C673F0
Black with #C673F0
Text Example
Text Example
White with #C673F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673F0; }
p { color: rgb(198,115,240); }
H1.HeaderClassName
{
color: #C673F0;
}
.AnyTagClassName
{
color: #C673F0;
}
</style>
background-color css
<style>
a { background-color: #C673F0; }
a { background-color: rgb(198,115,240); }
div.DivClassName
{
background-color: #C673F0;
}
.BgClassName
{
background-color: #C673F0;
}
</style>
border-color css
<style>
span { border-color: #C673F0; }
span { border-color: rgb(198,115,240); }
td.TdClassName
{
border-color: #C673F0;
}
.TagClassName
{
border-color: #C673F0;
}
</style>