Shades of Heliotrope #C671EF
Tints of Heliotrope #C671EF
RGB
CMYK
RGB Variations
Color information
#C671EF (or 0xC671EF) is known color: Heliotrope. HEX triplet: C6, 71 and EF. RGB value is (198,113,239). Sum of RGB (Red+Green+Blue) = 198+113+239=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #C671EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C671EF is #398E10. Grayscale: #989898. Windows color (decimal): -3771921 or 15692230. OLE color: 15692230.
HSL color Cylindrical-coordinate representation of color #C671EF: hue angle of 280.48º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C671EF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 113 | 239 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.06 |
| HSL | 280.48º | 0.8% | 0.69% | - |
| HSV(B) | 280.48º | 0.53% | 0.94% | - |
| XYZ | 44.77 | 30.05 | 85.1 | - |
| YUV | 152.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 239 | 0.17 | 0.53 | 0 | 0.06 | 280.48 | 0.8 | 0.69 |
| Hex | C6 | 71 | EF | 11 | 35 | 0 | 6 | 118 | 50 | 45 |
| Octal | 306 | 161 | 357 | 21 | 65 | 0 | 6 | 430 | 120 | 105 |
| Binary | 11000110 | 1110001 | 11101111 | 10001 | 110101 | 0 | 110 | 100011000 | 1010000 | 1000101 |
Color Harmonies of #C671EF
Complementary color
Monochromatic Colors of #C671EF
Black with #C671EF
Text Example
Text Example
White with #C671EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671EF; }
p { color: rgb(198,113,239); }
H1.HeaderClassName
{
color: #C671EF;
}
.AnyTagClassName
{
color: #C671EF;
}
</style>
background-color css
<style>
a { background-color: #C671EF; }
a { background-color: rgb(198,113,239); }
div.DivClassName
{
background-color: #C671EF;
}
.BgClassName
{
background-color: #C671EF;
}
</style>
border-color css
<style>
span { border-color: #C671EF; }
span { border-color: rgb(198,113,239); }
td.TdClassName
{
border-color: #C671EF;
}
.TagClassName
{
border-color: #C671EF;
}
</style>