Shades of Heliotrope #C471ED
Tints of Heliotrope #C471ED
RGB
CMYK
RGB Variations
Color information
#C471ED (or 0xC471ED) is known color: Heliotrope. HEX triplet: C4, 71 and ED. RGB value is (196,113,237). Sum of RGB (Red+Green+Blue) = 196+113+237=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 113 (44.53% from 255 or 20.70% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #C471ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C471ED is #3B8E12. Grayscale: #979797. Windows color (decimal): -3902995 or 15561156. OLE color: 15561156.
HSL color Cylindrical-coordinate representation of color #C471ED: hue angle of 280.16º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C471ED is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 113 | 237 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.07 |
| HSL | 280.16º | 0.78% | 0.69% | - |
| HSV(B) | 280.16º | 0.52% | 0.93% | - |
| XYZ | 43.96 | 29.66 | 83.53 | - |
| YUV | 151.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 237 | 0.17 | 0.52 | 0 | 0.07 | 280.16 | 0.78 | 0.69 |
| Hex | C4 | 71 | ED | 11 | 34 | 0 | 7 | 118 | 4E | 45 |
| Octal | 304 | 161 | 355 | 21 | 64 | 0 | 7 | 430 | 116 | 105 |
| Binary | 11000100 | 1110001 | 11101101 | 10001 | 110100 | 0 | 111 | 100011000 | 1001110 | 1000101 |
Color Harmonies of #C471ED
Complementary color
Monochromatic Colors of #C471ED
Black with #C471ED
Text Example
Text Example
White with #C471ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C471ED; }
p { color: rgb(196,113,237); }
H1.HeaderClassName
{
color: #C471ED;
}
.AnyTagClassName
{
color: #C471ED;
}
</style>
background-color css
<style>
a { background-color: #C471ED; }
a { background-color: rgb(196,113,237); }
div.DivClassName
{
background-color: #C471ED;
}
.BgClassName
{
background-color: #C471ED;
}
</style>
border-color css
<style>
span { border-color: #C471ED; }
span { border-color: rgb(196,113,237); }
td.TdClassName
{
border-color: #C471ED;
}
.TagClassName
{
border-color: #C471ED;
}
</style>