Shades of Lilac #D48CCE
Tints of Lilac #D48CCE
RGB
CMYK
RGB Variations
Color information
#D48CCE (or 0xD48CCE) is known color: Lilac. HEX triplet: D4, 8C and CE. RGB value is (212,140,206). Sum of RGB (Red+Green+Blue) = 212+140+206=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCE is #2B7331. Grayscale: #A8A8A8. Windows color (decimal): -2847538 or 13536468. OLE color: 13536468.
HSL color Cylindrical-coordinate representation of color #D48CCE: hue angle of 305º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CCE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 206 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.17 |
| HSL | 305º | 0.46% | 0.69% | - |
| HSV(B) | 305º | 0.34% | 0.83% | - |
| XYZ | 47.67 | 37.21 | 63.06 | - |
| YUV | 169.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 206 | 0 | 0.34 | 0.03 | 0.17 | 305 | 0.46 | 0.69 |
| Hex | D4 | 8C | CE | 0 | 22 | 3 | 11 | 131 | 2E | 45 |
| Octal | 324 | 214 | 316 | 0 | 42 | 3 | 21 | 461 | 56 | 105 |
| Binary | 11010100 | 10001100 | 11001110 | 0 | 100010 | 11 | 10001 | 100110001 | 101110 | 1000101 |
Color Harmonies of #D48CCE
Complementary color
Monochromatic Colors of #D48CCE
Black with #D48CCE
Text Example
Text Example
White with #D48CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48CCE; }
p { color: rgb(212,140,206); }
H1.HeaderClassName
{
color: #D48CCE;
}
.AnyTagClassName
{
color: #D48CCE;
}
</style>
background-color css
<style>
a { background-color: #D48CCE; }
a { background-color: rgb(212,140,206); }
div.DivClassName
{
background-color: #D48CCE;
}
.BgClassName
{
background-color: #D48CCE;
}
</style>
border-color css
<style>
span { border-color: #D48CCE; }
span { border-color: rgb(212,140,206); }
td.TdClassName
{
border-color: #D48CCE;
}
.TagClassName
{
border-color: #D48CCE;
}
</style>