Shades of Lilac #C99BC3
Tints of Lilac #C99BC3
RGB
CMYK
RGB Variations
Color information
#C99BC3 (or 0xC99BC3) is known color: Lilac. HEX triplet: C9, 9B and C3. RGB value is (201,155,195). Sum of RGB (Red+Green+Blue) = 201+155+195=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 155 (60.94% from 255 or 28.13% from 551); Blue value is 195 (76.56% from 255 or 35.39% from 551); Max value from RGB is 201 - color contains mainly: red. Hex color #C99BC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BC3 is #36643C. Grayscale: #ADADAD. Windows color (decimal): -3564605 or 12819401. OLE color: 12819401.
HSL color Cylindrical-coordinate representation of color #C99BC3: hue angle of 307.83º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C99BC3 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 155 | 195 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.21 |
| HSL | 307.83º | 0.3% | 0.7% | - |
| HSV(B) | 307.83º | 0.23% | 0.79% | - |
| XYZ | 45.66 | 39.8 | 56.91 | - |
| YUV | 173.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 195 | 0 | 0.23 | 0.03 | 0.21 | 307.83 | 0.3 | 0.7 |
| Hex | C9 | 9B | C3 | 0 | 17 | 3 | 15 | 134 | 1E | 46 |
| Octal | 311 | 233 | 303 | 0 | 27 | 3 | 25 | 464 | 36 | 106 |
| Binary | 11001001 | 10011011 | 11000011 | 0 | 10111 | 11 | 10101 | 100110100 | 11110 | 1000110 |
Color Harmonies of #C99BC3
Complementary color
Monochromatic Colors of #C99BC3
Black with #C99BC3
Text Example
Text Example
White with #C99BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BC3; }
p { color: rgb(201,155,195); }
H1.HeaderClassName
{
color: #C99BC3;
}
.AnyTagClassName
{
color: #C99BC3;
}
</style>
background-color css
<style>
a { background-color: #C99BC3; }
a { background-color: rgb(201,155,195); }
div.DivClassName
{
background-color: #C99BC3;
}
.BgClassName
{
background-color: #C99BC3;
}
</style>
border-color css
<style>
span { border-color: #C99BC3; }
span { border-color: rgb(201,155,195); }
td.TdClassName
{
border-color: #C99BC3;
}
.TagClassName
{
border-color: #C99BC3;
}
</style>