Shades of Heliotrope #C673FA
Tints of Heliotrope #C673FA
RGB
CMYK
RGB Variations
Color information
#C673FA (or 0xC673FA) is known color: Heliotrope. HEX triplet: C6, 73 and FA. RGB value is (198,115,250). Sum of RGB (Red+Green+Blue) = 198+115+250=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #C673FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C673FA is #398C05. Grayscale: #9A9A9A. Windows color (decimal): -3771398 or 16413638. OLE color: 16413638.
HSL color Cylindrical-coordinate representation of color #C673FA: hue angle of 276.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C673FA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 115 | 250 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.02 |
| HSL | 276.89º | 0.93% | 0.72% | - |
| HSV(B) | 276.89º | 0.54% | 0.98% | - |
| XYZ | 46.67 | 31.17 | 94 | - |
| YUV | 155.21 | 181.5 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 115 | 250 | 0.21 | 0.54 | 0 | 0.02 | 276.89 | 0.93 | 0.72 |
| Hex | C6 | 73 | FA | 15 | 36 | 0 | 2 | 115 | 5D | 48 |
| Octal | 306 | 163 | 372 | 25 | 66 | 0 | 2 | 425 | 135 | 110 |
| Binary | 11000110 | 1110011 | 11111010 | 10101 | 110110 | 0 | 10 | 100010101 | 1011101 | 1001000 |
Color Harmonies of #C673FA
Complementary color
Monochromatic Colors of #C673FA
Black with #C673FA
Text Example
Text Example
White with #C673FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C673FA; }
p { color: rgb(198,115,250); }
H1.HeaderClassName
{
color: #C673FA;
}
.AnyTagClassName
{
color: #C673FA;
}
</style>
background-color css
<style>
a { background-color: #C673FA; }
a { background-color: rgb(198,115,250); }
div.DivClassName
{
background-color: #C673FA;
}
.BgClassName
{
background-color: #C673FA;
}
</style>
border-color css
<style>
span { border-color: #C673FA; }
span { border-color: rgb(198,115,250); }
td.TdClassName
{
border-color: #C673FA;
}
.TagClassName
{
border-color: #C673FA;
}
</style>