Shades of Lilac #C994CB
Tints of Lilac #C994CB
RGB
CMYK
RGB Variations
Color information
#C994CB (or 0xC994CB) is known color: Lilac. HEX triplet: C9, 94 and CB. RGB value is (201,148,203). Sum of RGB (Red+Green+Blue) = 201+148+203=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #C994CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994CB is #366B34. Grayscale: #A9A9A9. Windows color (decimal): -3566389 or 13341897. OLE color: 13341897.
HSL color Cylindrical-coordinate representation of color #C994CB: hue angle of 297.82º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C994CB is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 148 | 203 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.20 |
| HSL | 297.82º | 0.35% | 0.69% | - |
| HSV(B) | 297.82º | 0.27% | 0.8% | - |
| XYZ | 45.46 | 37.91 | 61.42 | - |
| YUV | 170.12 | 146.56 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 203 | 0.01 | 0.27 | 0 | 0.20 | 297.82 | 0.35 | 0.69 |
| Hex | C9 | 94 | CB | 1 | 1B | 0 | 14 | 12A | 23 | 45 |
| Octal | 311 | 224 | 313 | 1 | 33 | 0 | 24 | 452 | 43 | 105 |
| Binary | 11001001 | 10010100 | 11001011 | 1 | 11011 | 0 | 10100 | 100101010 | 100011 | 1000101 |
Color Harmonies of #C994CB
Complementary color
Monochromatic Colors of #C994CB
Black with #C994CB
Text Example
Text Example
White with #C994CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994CB; }
p { color: rgb(201,148,203); }
H1.HeaderClassName
{
color: #C994CB;
}
.AnyTagClassName
{
color: #C994CB;
}
</style>
background-color css
<style>
a { background-color: #C994CB; }
a { background-color: rgb(201,148,203); }
div.DivClassName
{
background-color: #C994CB;
}
.BgClassName
{
background-color: #C994CB;
}
</style>
border-color css
<style>
span { border-color: #C994CB; }
span { border-color: rgb(201,148,203); }
td.TdClassName
{
border-color: #C994CB;
}
.TagClassName
{
border-color: #C994CB;
}
</style>