Shades of Lilac #CD9BC2
Tints of Lilac #CD9BC2
RGB
CMYK
RGB Variations
Color information
#CD9BC2 (or 0xCD9BC2) is known color: Lilac. HEX triplet: CD, 9B and C2. RGB value is (205,155,194). Sum of RGB (Red+Green+Blue) = 205+155+194=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 155 (60.94% from 255 or 27.98% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BC2 is #32643D. Grayscale: #AEAEAE. Windows color (decimal): -3302462 or 12753869. OLE color: 12753869.
HSL color Cylindrical-coordinate representation of color #CD9BC2: hue angle of 313.2º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CD9BC2 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 155 | 194 | - |
| CMYK | 0 | 0.24 | 0.05 | 0.20 |
| HSL | 313.2º | 0.33% | 0.71% | - |
| HSV(B) | 313.2º | 0.24% | 0.8% | - |
| XYZ | 46.64 | 40.32 | 56.36 | - |
| YUV | 174.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 155 | 194 | 0 | 0.24 | 0.05 | 0.20 | 313.2 | 0.33 | 0.71 |
| Hex | CD | 9B | C2 | 0 | 18 | 5 | 14 | 139 | 21 | 47 |
| Octal | 315 | 233 | 302 | 0 | 30 | 5 | 24 | 471 | 41 | 107 |
| Binary | 11001101 | 10011011 | 11000010 | 0 | 11000 | 101 | 10100 | 100111001 | 100001 | 1000111 |
Color Harmonies of #CD9BC2
Complementary color
Monochromatic Colors of #CD9BC2
Black with #CD9BC2
Text Example
Text Example
White with #CD9BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9BC2; }
p { color: rgb(205,155,194); }
H1.HeaderClassName
{
color: #CD9BC2;
}
.AnyTagClassName
{
color: #CD9BC2;
}
</style>
background-color css
<style>
a { background-color: #CD9BC2; }
a { background-color: rgb(205,155,194); }
div.DivClassName
{
background-color: #CD9BC2;
}
.BgClassName
{
background-color: #CD9BC2;
}
</style>
border-color css
<style>
span { border-color: #CD9BC2; }
span { border-color: rgb(205,155,194); }
td.TdClassName
{
border-color: #CD9BC2;
}
.TagClassName
{
border-color: #CD9BC2;
}
</style>