Shades of Lilac #C994C2
Tints of Lilac #C994C2
RGB
CMYK
RGB Variations
Color information
#C994C2 (or 0xC994C2) is known color: Lilac. HEX triplet: C9, 94 and C2. RGB value is (201,148,194). Sum of RGB (Red+Green+Blue) = 201+148+194=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 194 (76.17% from 255 or 35.73% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C994C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994C2 is #366B3D. Grayscale: #A8A8A8. Windows color (decimal): -3566398 or 12752073. OLE color: 12752073.
HSL color Cylindrical-coordinate representation of color #C994C2: hue angle of 307.92º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C994C2 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 148 | 194 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.21 |
| HSL | 307.92º | 0.33% | 0.68% | - |
| HSV(B) | 307.92º | 0.26% | 0.79% | - |
| XYZ | 44.41 | 37.49 | 55.93 | - |
| YUV | 169.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 194 | 0 | 0.26 | 0.03 | 0.21 | 307.92 | 0.33 | 0.68 |
| Hex | C9 | 94 | C2 | 0 | 1A | 3 | 15 | 134 | 21 | 44 |
| Octal | 311 | 224 | 302 | 0 | 32 | 3 | 25 | 464 | 41 | 104 |
| Binary | 11001001 | 10010100 | 11000010 | 0 | 11010 | 11 | 10101 | 100110100 | 100001 | 1000100 |
Color Harmonies of #C994C2
Complementary color
Monochromatic Colors of #C994C2
Black with #C994C2
Text Example
Text Example
White with #C994C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994C2; }
p { color: rgb(201,148,194); }
H1.HeaderClassName
{
color: #C994C2;
}
.AnyTagClassName
{
color: #C994C2;
}
</style>
background-color css
<style>
a { background-color: #C994C2; }
a { background-color: rgb(201,148,194); }
div.DivClassName
{
background-color: #C994C2;
}
.BgClassName
{
background-color: #C994C2;
}
</style>
border-color css
<style>
span { border-color: #C994C2; }
span { border-color: rgb(201,148,194); }
td.TdClassName
{
border-color: #C994C2;
}
.TagClassName
{
border-color: #C994C2;
}
</style>