Shades of Violet #DC7FE6
Tints of Violet #DC7FE6
RGB
CMYK
RGB Variations
Color information
#DC7FE6 (or 0xDC7FE6) is known color: Violet. HEX triplet: DC, 7F and E6. RGB value is (220,127,230). Sum of RGB (Red+Green+Blue) = 220+127+230=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 127 (50% from 255 or 22.01% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC7FE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7FE6 is #238019. Grayscale: #A6A6A6. Windows color (decimal): -2326554 or 15106012. OLE color: 15106012.
HSL color Cylindrical-coordinate representation of color #DC7FE6: hue angle of 294.17º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7FE6 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 127 | 230 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.10 |
| HSL | 294.17º | 0.67% | 0.7% | - |
| HSV(B) | 294.17º | 0.45% | 0.9% | - |
| XYZ | 51.39 | 36.11 | 79.12 | - |
| YUV | 166.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 230 | 0.04 | 0.45 | 0 | 0.10 | 294.17 | 0.67 | 0.7 |
| Hex | DC | 7F | E6 | 4 | 2D | 0 | A | 126 | 43 | 46 |
| Octal | 334 | 177 | 346 | 4 | 55 | 0 | 12 | 446 | 103 | 106 |
| Binary | 11011100 | 1111111 | 11100110 | 100 | 101101 | 0 | 1010 | 100100110 | 1000011 | 1000110 |
Color Harmonies of #DC7FE6
Complementary color
Monochromatic Colors of #DC7FE6
Black with #DC7FE6
Text Example
Text Example
White with #DC7FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FE6; }
p { color: rgb(220,127,230); }
H1.HeaderClassName
{
color: #DC7FE6;
}
.AnyTagClassName
{
color: #DC7FE6;
}
</style>
background-color css
<style>
a { background-color: #DC7FE6; }
a { background-color: rgb(220,127,230); }
div.DivClassName
{
background-color: #DC7FE6;
}
.BgClassName
{
background-color: #DC7FE6;
}
</style>
border-color css
<style>
span { border-color: #DC7FE6; }
span { border-color: rgb(220,127,230); }
td.TdClassName
{
border-color: #DC7FE6;
}
.TagClassName
{
border-color: #DC7FE6;
}
</style>