Shades of Lilac #C199C7
Tints of Lilac #C199C7
RGB
CMYK
RGB Variations
Color information
#C199C7 (or 0xC199C7) is known color: Lilac. HEX triplet: C1, 99 and C7. RGB value is (193,153,199). Sum of RGB (Red+Green+Blue) = 193+153+199=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 199 - color contains mainly: blue. Hex color #C199C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C199C7 is #3E6638. Grayscale: #AAAAAA. Windows color (decimal): -4089401 or 13081025. OLE color: 13081025.
HSL color Cylindrical-coordinate representation of color #C199C7: hue angle of 292.17º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C199C7 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 193 | 153 | 199 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.22 |
| HSL | 292.17º | 0.29% | 0.69% | - |
| HSV(B) | 292.17º | 0.23% | 0.78% | - |
| XYZ | 43.69 | 38.24 | 59.11 | - |
| YUV | 170.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 199 | 0.03 | 0.23 | 0 | 0.22 | 292.17 | 0.29 | 0.69 |
| Hex | C1 | 99 | C7 | 3 | 17 | 0 | 16 | 124 | 1D | 45 |
| Octal | 301 | 231 | 307 | 3 | 27 | 0 | 26 | 444 | 35 | 105 |
| Binary | 11000001 | 10011001 | 11000111 | 11 | 10111 | 0 | 10110 | 100100100 | 11101 | 1000101 |
Color Harmonies of #C199C7
Complementary color
Monochromatic Colors of #C199C7
Black with #C199C7
Text Example
Text Example
White with #C199C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C199C7; }
p { color: rgb(193,153,199); }
H1.HeaderClassName
{
color: #C199C7;
}
.AnyTagClassName
{
color: #C199C7;
}
</style>
background-color css
<style>
a { background-color: #C199C7; }
a { background-color: rgb(193,153,199); }
div.DivClassName
{
background-color: #C199C7;
}
.BgClassName
{
background-color: #C199C7;
}
</style>
border-color css
<style>
span { border-color: #C199C7; }
span { border-color: rgb(193,153,199); }
td.TdClassName
{
border-color: #C199C7;
}
.TagClassName
{
border-color: #C199C7;
}
</style>