Shades of Heliotrope #C671EE
Tints of Heliotrope #C671EE
RGB
CMYK
RGB Variations
Color information
#C671EE (or 0xC671EE) is known color: Heliotrope. HEX triplet: C6, 71 and EE. RGB value is (198,113,238). Sum of RGB (Red+Green+Blue) = 198+113+238=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #C671EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C671EE is #398E11. Grayscale: #989898. Windows color (decimal): -3771922 or 15626694. OLE color: 15626694.
HSL color Cylindrical-coordinate representation of color #C671EE: hue angle of 280.8º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C671EE is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 113 | 238 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.07 |
| HSL | 280.8º | 0.79% | 0.69% | - |
| HSV(B) | 280.8º | 0.53% | 0.93% | - |
| XYZ | 44.63 | 29.99 | 84.33 | - |
| YUV | 152.67 | 176.16 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 113 | 238 | 0.17 | 0.53 | 0 | 0.07 | 280.8 | 0.79 | 0.69 |
| Hex | C6 | 71 | EE | 11 | 35 | 0 | 7 | 119 | 4F | 45 |
| Octal | 306 | 161 | 356 | 21 | 65 | 0 | 7 | 431 | 117 | 105 |
| Binary | 11000110 | 1110001 | 11101110 | 10001 | 110101 | 0 | 111 | 100011001 | 1001111 | 1000101 |
Color Harmonies of #C671EE
Complementary color
Monochromatic Colors of #C671EE
Black with #C671EE
Text Example
Text Example
White with #C671EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C671EE; }
p { color: rgb(198,113,238); }
H1.HeaderClassName
{
color: #C671EE;
}
.AnyTagClassName
{
color: #C671EE;
}
</style>
background-color css
<style>
a { background-color: #C671EE; }
a { background-color: rgb(198,113,238); }
div.DivClassName
{
background-color: #C671EE;
}
.BgClassName
{
background-color: #C671EE;
}
</style>
border-color css
<style>
span { border-color: #C671EE; }
span { border-color: rgb(198,113,238); }
td.TdClassName
{
border-color: #C671EE;
}
.TagClassName
{
border-color: #C671EE;
}
</style>