Shades of Lilac #C99BCE
Tints of Lilac #C99BCE
RGB
CMYK
RGB Variations
Color information
#C99BCE (or 0xC99BCE) is known color: Lilac. HEX triplet: C9, 9B and CE. RGB value is (201,155,206). Sum of RGB (Red+Green+Blue) = 201+155+206=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #C99BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BCE is #366431. Grayscale: #AEAEAE. Windows color (decimal): -3564594 or 13540297. OLE color: 13540297.
HSL color Cylindrical-coordinate representation of color #C99BCE: hue angle of 294.12º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C99BCE is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 201 | 155 | 206 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.19 |
| HSL | 294.12º | 0.34% | 0.71% | - |
| HSV(B) | 294.12º | 0.25% | 0.81% | - |
| XYZ | 46.95 | 40.32 | 63.7 | - |
| YUV | 174.57 | 145.74 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 206 | 0.02 | 0.25 | 0 | 0.19 | 294.12 | 0.34 | 0.71 |
| Hex | C9 | 9B | CE | 2 | 19 | 0 | 13 | 126 | 22 | 47 |
| Octal | 311 | 233 | 316 | 2 | 31 | 0 | 23 | 446 | 42 | 107 |
| Binary | 11001001 | 10011011 | 11001110 | 10 | 11001 | 0 | 10011 | 100100110 | 100010 | 1000111 |
Color Harmonies of #C99BCE
Complementary color
Monochromatic Colors of #C99BCE
Black with #C99BCE
Text Example
Text Example
White with #C99BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BCE; }
p { color: rgb(201,155,206); }
H1.HeaderClassName
{
color: #C99BCE;
}
.AnyTagClassName
{
color: #C99BCE;
}
</style>
background-color css
<style>
a { background-color: #C99BCE; }
a { background-color: rgb(201,155,206); }
div.DivClassName
{
background-color: #C99BCE;
}
.BgClassName
{
background-color: #C99BCE;
}
</style>
border-color css
<style>
span { border-color: #C99BCE; }
span { border-color: rgb(201,155,206); }
td.TdClassName
{
border-color: #C99BCE;
}
.TagClassName
{
border-color: #C99BCE;
}
</style>