Shades of Heliotrope #C671EB
Tints of Heliotrope #C671EB
RGB
CMYK
RGB Variations
Color information
#C671EB (or 0xC671EB) is known color: Heliotrope. HEX triplet: C6, 71 and EB. RGB value is (198,113,235). Sum of RGB (Red+Green+Blue) = 198+113+235=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #C671EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C671EB is #398E14. Grayscale: #979797. Windows color (decimal): -3771925 or 15430086. OLE color: 15430086.
HSL color Cylindrical-coordinate representation of color #C671EB: hue angle of 281.8º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C671EB is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 113 | 235 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.08 |
| HSL | 281.8º | 0.75% | 0.68% | - |
| HSV(B) | 281.8º | 0.52% | 0.92% | - |
| XYZ | 44.19 | 29.81 | 82.02 | - |
| YUV | 152.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 235 | 0.16 | 0.52 | 0 | 0.08 | 281.8 | 0.75 | 0.68 |
| Hex | C6 | 71 | EB | 10 | 34 | 0 | 8 | 11A | 4B | 44 |
| Octal | 306 | 161 | 353 | 20 | 64 | 0 | 10 | 432 | 113 | 104 |
| Binary | 11000110 | 1110001 | 11101011 | 10000 | 110100 | 0 | 1000 | 100011010 | 1001011 | 1000100 |
Color Harmonies of #C671EB
Complementary color
Monochromatic Colors of #C671EB
Black with #C671EB
Text Example
Text Example
White with #C671EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671EB; }
p { color: rgb(198,113,235); }
H1.HeaderClassName
{
color: #C671EB;
}
.AnyTagClassName
{
color: #C671EB;
}
</style>
background-color css
<style>
a { background-color: #C671EB; }
a { background-color: rgb(198,113,235); }
div.DivClassName
{
background-color: #C671EB;
}
.BgClassName
{
background-color: #C671EB;
}
</style>
border-color css
<style>
span { border-color: #C671EB; }
span { border-color: rgb(198,113,235); }
td.TdClassName
{
border-color: #C671EB;
}
.TagClassName
{
border-color: #C671EB;
}
</style>