Shades of Lilac #C199CA
Tints of Lilac #C199CA
RGB
CMYK
RGB Variations
Color information
#C199CA (or 0xC199CA) is known color: Lilac. HEX triplet: C1, 99 and CA. RGB value is (193,153,202). Sum of RGB (Red+Green+Blue) = 193+153+202=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #C199CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199CA is #3E6635. Grayscale: #AAAAAA. Windows color (decimal): -4089398 or 13277633. OLE color: 13277633.
HSL color Cylindrical-coordinate representation of color #C199CA: hue angle of 288.98º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C199CA is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 193 | 153 | 202 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.21 |
| HSL | 288.98º | 0.32% | 0.7% | - |
| HSV(B) | 288.98º | 0.24% | 0.79% | - |
| XYZ | 44.04 | 38.38 | 60.96 | - |
| YUV | 170.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 202 | 0.04 | 0.24 | 0 | 0.21 | 288.98 | 0.32 | 0.7 |
| Hex | C1 | 99 | CA | 4 | 18 | 0 | 15 | 121 | 20 | 46 |
| Octal | 301 | 231 | 312 | 4 | 30 | 0 | 25 | 441 | 40 | 106 |
| Binary | 11000001 | 10011001 | 11001010 | 100 | 11000 | 0 | 10101 | 100100001 | 100000 | 1000110 |
Color Harmonies of #C199CA
Complementary color
Monochromatic Colors of #C199CA
Black with #C199CA
Text Example
Text Example
White with #C199CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199CA; }
p { color: rgb(193,153,202); }
H1.HeaderClassName
{
color: #C199CA;
}
.AnyTagClassName
{
color: #C199CA;
}
</style>
background-color css
<style>
a { background-color: #C199CA; }
a { background-color: rgb(193,153,202); }
div.DivClassName
{
background-color: #C199CA;
}
.BgClassName
{
background-color: #C199CA;
}
</style>
border-color css
<style>
span { border-color: #C199CA; }
span { border-color: rgb(193,153,202); }
td.TdClassName
{
border-color: #C199CA;
}
.TagClassName
{
border-color: #C199CA;
}
</style>