Shades of Violet #DC7FEC
Tints of Violet #DC7FEC
RGB
CMYK
RGB Variations
Color information
#DC7FEC (or 0xDC7FEC) is known color: Violet. HEX triplet: DC, 7F and EC. RGB value is (220,127,236). Sum of RGB (Red+Green+Blue) = 220+127+236=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 127 (50% from 255 or 21.78% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC7FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FEC is #238013. Grayscale: #A6A6A6. Windows color (decimal): -2326548 or 15499228. OLE color: 15499228.
HSL color Cylindrical-coordinate representation of color #DC7FEC: hue angle of 291.19º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7FEC is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 127 | 236 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.07 |
| HSL | 291.19º | 0.74% | 0.71% | - |
| HSV(B) | 291.19º | 0.46% | 0.93% | - |
| XYZ | 52.24 | 36.45 | 83.64 | - |
| YUV | 167.23 | 166.81 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 236 | 0.07 | 0.46 | 0 | 0.07 | 291.19 | 0.74 | 0.71 |
| Hex | DC | 7F | EC | 7 | 2E | 0 | 7 | 123 | 4A | 47 |
| Octal | 334 | 177 | 354 | 7 | 56 | 0 | 7 | 443 | 112 | 107 |
| Binary | 11011100 | 1111111 | 11101100 | 111 | 101110 | 0 | 111 | 100100011 | 1001010 | 1000111 |
Color Harmonies of #DC7FEC
Complementary color
Monochromatic Colors of #DC7FEC
Black with #DC7FEC
Text Example
Text Example
White with #DC7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FEC; }
p { color: rgb(220,127,236); }
H1.HeaderClassName
{
color: #DC7FEC;
}
.AnyTagClassName
{
color: #DC7FEC;
}
</style>
background-color css
<style>
a { background-color: #DC7FEC; }
a { background-color: rgb(220,127,236); }
div.DivClassName
{
background-color: #DC7FEC;
}
.BgClassName
{
background-color: #DC7FEC;
}
</style>
border-color css
<style>
span { border-color: #DC7FEC; }
span { border-color: rgb(220,127,236); }
td.TdClassName
{
border-color: #DC7FEC;
}
.TagClassName
{
border-color: #DC7FEC;
}
</style>