Shades of Lilac #D09CC3
Tints of Lilac #D09CC3
RGB
CMYK
RGB Variations
Color information
#D09CC3 (or 0xD09CC3) is known color: Lilac. HEX triplet: D0, 9C and C3. RGB value is (208,156,195). Sum of RGB (Red+Green+Blue) = 208+156+195=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 156 (61.33% from 255 or 27.91% from 559); Blue value is 195 (76.56% from 255 or 34.88% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D09CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D09CC3 is #2F633C. Grayscale: #AFAFAF. Windows color (decimal): -3105597 or 12819664. OLE color: 12819664.
HSL color Cylindrical-coordinate representation of color #D09CC3: hue angle of 315º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D09CC3 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 156 | 195 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.18 |
| HSL | 315º | 0.36% | 0.71% | - |
| HSV(B) | 315º | 0.25% | 0.82% | - |
| XYZ | 47.75 | 41.13 | 57.05 | - |
| YUV | 175.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 156 | 195 | 0 | 0.25 | 0.06 | 0.18 | 315 | 0.36 | 0.71 |
| Hex | D0 | 9C | C3 | 0 | 19 | 6 | 12 | 13B | 24 | 47 |
| Octal | 320 | 234 | 303 | 0 | 31 | 6 | 22 | 473 | 44 | 107 |
| Binary | 11010000 | 10011100 | 11000011 | 0 | 11001 | 110 | 10010 | 100111011 | 100100 | 1000111 |
Color Harmonies of #D09CC3
Complementary color
Monochromatic Colors of #D09CC3
Black with #D09CC3
Text Example
Text Example
White with #D09CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09CC3; }
p { color: rgb(208,156,195); }
H1.HeaderClassName
{
color: #D09CC3;
}
.AnyTagClassName
{
color: #D09CC3;
}
</style>
background-color css
<style>
a { background-color: #D09CC3; }
a { background-color: rgb(208,156,195); }
div.DivClassName
{
background-color: #D09CC3;
}
.BgClassName
{
background-color: #D09CC3;
}
</style>
border-color css
<style>
span { border-color: #D09CC3; }
span { border-color: rgb(208,156,195); }
td.TdClassName
{
border-color: #D09CC3;
}
.TagClassName
{
border-color: #D09CC3;
}
</style>