Shades of Heliotrope #DC76ED
Tints of Heliotrope #DC76ED
RGB
CMYK
RGB Variations
Color information
#DC76ED (or 0xDC76ED) is known color: Heliotrope. HEX triplet: DC, 76 and ED. RGB value is (220,118,237). Sum of RGB (Red+Green+Blue) = 220+118+237=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 118 (46.48% from 255 or 20.52% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76ED is #238912. Grayscale: #A1A1A1. Windows color (decimal): -2328851 or 15562460. OLE color: 15562460.
HSL color Cylindrical-coordinate representation of color #DC76ED: hue angle of 291.43º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC76ED is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 118 | 237 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.07 |
| HSL | 291.43º | 0.77% | 0.7% | - |
| HSV(B) | 291.43º | 0.5% | 0.93% | - |
| XYZ | 51.28 | 34.29 | 84.04 | - |
| YUV | 162.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 237 | 0.07 | 0.50 | 0 | 0.07 | 291.43 | 0.77 | 0.7 |
| Hex | DC | 76 | ED | 7 | 32 | 0 | 7 | 123 | 4D | 46 |
| Octal | 334 | 166 | 355 | 7 | 62 | 0 | 7 | 443 | 115 | 106 |
| Binary | 11011100 | 1110110 | 11101101 | 111 | 110010 | 0 | 111 | 100100011 | 1001101 | 1000110 |
Color Harmonies of #DC76ED
Complementary color
Monochromatic Colors of #DC76ED
Black with #DC76ED
Text Example
Text Example
White with #DC76ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76ED; }
p { color: rgb(220,118,237); }
H1.HeaderClassName
{
color: #DC76ED;
}
.AnyTagClassName
{
color: #DC76ED;
}
</style>
background-color css
<style>
a { background-color: #DC76ED; }
a { background-color: rgb(220,118,237); }
div.DivClassName
{
background-color: #DC76ED;
}
.BgClassName
{
background-color: #DC76ED;
}
</style>
border-color css
<style>
span { border-color: #DC76ED; }
span { border-color: rgb(220,118,237); }
td.TdClassName
{
border-color: #DC76ED;
}
.TagClassName
{
border-color: #DC76ED;
}
</style>