Shades of Lilac #C99BCB
Tints of Lilac #C99BCB
RGB
CMYK
RGB Variations
Color information
#C99BCB (or 0xC99BCB) is known color: Lilac. HEX triplet: C9, 9B and CB. RGB value is (201,155,203). Sum of RGB (Red+Green+Blue) = 201+155+203=559 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.96% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #C99BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCB is #366434. Grayscale: #AEAEAE. Windows color (decimal): -3564597 or 13343689. OLE color: 13343689.
HSL color Cylindrical-coordinate representation of color #C99BCB: hue angle of 297.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C99BCB is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 155 | 203 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.20 |
| HSL | 297.5º | 0.32% | 0.7% | - |
| HSV(B) | 297.5º | 0.24% | 0.8% | - |
| XYZ | 46.59 | 40.17 | 61.8 | - |
| YUV | 174.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 203 | 0.01 | 0.24 | 0 | 0.20 | 297.5 | 0.32 | 0.7 |
| Hex | C9 | 9B | CB | 1 | 18 | 0 | 14 | 12A | 20 | 46 |
| Octal | 311 | 233 | 313 | 1 | 30 | 0 | 24 | 452 | 40 | 106 |
| Binary | 11001001 | 10011011 | 11001011 | 1 | 11000 | 0 | 10100 | 100101010 | 100000 | 1000110 |
Color Harmonies of #C99BCB
Complementary color
Monochromatic Colors of #C99BCB
Black with #C99BCB
Text Example
Text Example
White with #C99BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BCB; }
p { color: rgb(201,155,203); }
H1.HeaderClassName
{
color: #C99BCB;
}
.AnyTagClassName
{
color: #C99BCB;
}
</style>
background-color css
<style>
a { background-color: #C99BCB; }
a { background-color: rgb(201,155,203); }
div.DivClassName
{
background-color: #C99BCB;
}
.BgClassName
{
background-color: #C99BCB;
}
</style>
border-color css
<style>
span { border-color: #C99BCB; }
span { border-color: rgb(201,155,203); }
td.TdClassName
{
border-color: #C99BCB;
}
.TagClassName
{
border-color: #C99BCB;
}
</style>