Shades of Violet #DC8CEE
Tints of Violet #DC8CEE
RGB
CMYK
RGB Variations
Color information
#DC8CEE (or 0xDC8CEE) is known color: Violet. HEX triplet: DC, 8C and EE. RGB value is (220,140,238). Sum of RGB (Red+Green+Blue) = 220+140+238=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 140 (55.08% from 255 or 23.41% from 598); Blue value is 238 (93.36% from 255 or 39.80% from 598); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC8CEE is #237311. Grayscale: #AEAEAE. Windows color (decimal): -2323218 or 15633628. OLE color: 15633628.
HSL color Cylindrical-coordinate representation of color #DC8CEE: hue angle of 288.98º degrees, saturation: 0.74, 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 #DC8CEE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 140 | 238 | - |
| CMYK | 0.08 | 0.41 | 0 | 0.07 |
| HSL | 288.98º | 0.74% | 0.74% | - |
| HSV(B) | 288.98º | 0.41% | 0.93% | - |
| XYZ | 54.33 | 40.14 | 85.77 | - |
| YUV | 175.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 140 | 238 | 0.08 | 0.41 | 0 | 0.07 | 288.98 | 0.74 | 0.74 |
| Hex | DC | 8C | EE | 8 | 29 | 0 | 7 | 121 | 4A | 4A |
| Octal | 334 | 214 | 356 | 10 | 51 | 0 | 7 | 441 | 112 | 112 |
| Binary | 11011100 | 10001100 | 11101110 | 1000 | 101001 | 0 | 111 | 100100001 | 1001010 | 1001010 |
Color Harmonies of #DC8CEE
Complementary color
Monochromatic Colors of #DC8CEE
Black with #DC8CEE
Text Example
Text Example
White with #DC8CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8CEE; }
p { color: rgb(220,140,238); }
H1.HeaderClassName
{
color: #DC8CEE;
}
.AnyTagClassName
{
color: #DC8CEE;
}
</style>
background-color css
<style>
a { background-color: #DC8CEE; }
a { background-color: rgb(220,140,238); }
div.DivClassName
{
background-color: #DC8CEE;
}
.BgClassName
{
background-color: #DC8CEE;
}
</style>
border-color css
<style>
span { border-color: #DC8CEE; }
span { border-color: rgb(220,140,238); }
td.TdClassName
{
border-color: #DC8CEE;
}
.TagClassName
{
border-color: #DC8CEE;
}
</style>