Shades of Violet #DC8CEC
Tints of Violet #DC8CEC
RGB
CMYK
RGB Variations
Color information
#DC8CEC (or 0xDC8CEC) is known color: Violet. HEX triplet: DC, 8C and EC. RGB value is (220,140,236). Sum of RGB (Red+Green+Blue) = 220+140+236=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC8CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CEC is #237313. Grayscale: #AEAEAE. Windows color (decimal): -2323220 or 15502556. OLE color: 15502556.
HSL color Cylindrical-coordinate representation of color #DC8CEC: hue angle of 290º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC8CEC is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 140 | 236 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.07 |
| HSL | 290º | 0.72% | 0.74% | - |
| HSV(B) | 290º | 0.41% | 0.93% | - |
| XYZ | 54.03 | 40.03 | 84.24 | - |
| YUV | 174.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 236 | 0.07 | 0.41 | 0 | 0.07 | 290 | 0.72 | 0.74 |
| Hex | DC | 8C | EC | 7 | 29 | 0 | 7 | 122 | 48 | 4A |
| Octal | 334 | 214 | 354 | 7 | 51 | 0 | 7 | 442 | 110 | 112 |
| Binary | 11011100 | 10001100 | 11101100 | 111 | 101001 | 0 | 111 | 100100010 | 1001000 | 1001010 |
Color Harmonies of #DC8CEC
Complementary color
Monochromatic Colors of #DC8CEC
Black with #DC8CEC
Text Example
Text Example
White with #DC8CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CEC; }
p { color: rgb(220,140,236); }
H1.HeaderClassName
{
color: #DC8CEC;
}
.AnyTagClassName
{
color: #DC8CEC;
}
</style>
background-color css
<style>
a { background-color: #DC8CEC; }
a { background-color: rgb(220,140,236); }
div.DivClassName
{
background-color: #DC8CEC;
}
.BgClassName
{
background-color: #DC8CEC;
}
</style>
border-color css
<style>
span { border-color: #DC8CEC; }
span { border-color: rgb(220,140,236); }
td.TdClassName
{
border-color: #DC8CEC;
}
.TagClassName
{
border-color: #DC8CEC;
}
</style>