Shades of Lilac #C99FCB
Tints of Lilac #C99FCB
RGB
CMYK
RGB Variations
Color information
#C99FCB (or 0xC99FCB) is known color: Lilac. HEX triplet: C9, 9F and CB. RGB value is (201,159,203). Sum of RGB (Red+Green+Blue) = 201+159+203=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 203 - color contains mainly: blue. Hex color #C99FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99FCB is #366034. Grayscale: #B0B0B0. Windows color (decimal): -3563573 or 13344713. OLE color: 13344713.
HSL color Cylindrical-coordinate representation of color #C99FCB: hue angle of 297.27º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C99FCB is Cyan = 0.01, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 159 | 203 | - |
| CMYK | 0.01 | 0.22 | 0 | 0.20 |
| HSL | 297.27º | 0.3% | 0.71% | - |
| HSV(B) | 297.27º | 0.22% | 0.8% | - |
| XYZ | 47.27 | 41.53 | 62.02 | - |
| YUV | 176.57 | 142.91 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 159 | 203 | 0.01 | 0.22 | 0 | 0.20 | 297.27 | 0.3 | 0.71 |
| Hex | C9 | 9F | CB | 1 | 16 | 0 | 14 | 129 | 1E | 47 |
| Octal | 311 | 237 | 313 | 1 | 26 | 0 | 24 | 451 | 36 | 107 |
| Binary | 11001001 | 10011111 | 11001011 | 1 | 10110 | 0 | 10100 | 100101001 | 11110 | 1000111 |
Color Harmonies of #C99FCB
Complementary color
Monochromatic Colors of #C99FCB
Black with #C99FCB
Text Example
Text Example
White with #C99FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99FCB; }
p { color: rgb(201,159,203); }
H1.HeaderClassName
{
color: #C99FCB;
}
.AnyTagClassName
{
color: #C99FCB;
}
</style>
background-color css
<style>
a { background-color: #C99FCB; }
a { background-color: rgb(201,159,203); }
div.DivClassName
{
background-color: #C99FCB;
}
.BgClassName
{
background-color: #C99FCB;
}
</style>
border-color css
<style>
span { border-color: #C99FCB; }
span { border-color: rgb(201,159,203); }
td.TdClassName
{
border-color: #C99FCB;
}
.TagClassName
{
border-color: #C99FCB;
}
</style>