Shades of Lilac #C399C0
Tints of Lilac #C399C0
RGB
CMYK
RGB Variations
Color information
#C399C0 (or 0xC399C0) is known color: Lilac. HEX triplet: C3, 99 and C0. RGB value is (195,153,192). Sum of RGB (Red+Green+Blue) = 195+153+192=540 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.11% from 540); Green value is 153 (60.16% from 255 or 28.33% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 195 - color contains mainly: red. Hex color #C399C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399C0 is #3C663F. Grayscale: #A9A9A9. Windows color (decimal): -3958336 or 12622275. OLE color: 12622275.
HSL color Cylindrical-coordinate representation of color #C399C0: hue angle of 304.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C399C0 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 192 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.24 |
| HSL | 304.29º | 0.26% | 0.68% | - |
| HSV(B) | 304.29º | 0.22% | 0.76% | - |
| XYZ | 43.41 | 38.19 | 54.95 | - |
| YUV | 170 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 192 | 0 | 0.22 | 0.02 | 0.24 | 304.29 | 0.26 | 0.68 |
| Hex | C3 | 99 | C0 | 0 | 16 | 2 | 18 | 130 | 1A | 44 |
| Octal | 303 | 231 | 300 | 0 | 26 | 2 | 30 | 460 | 32 | 104 |
| Binary | 11000011 | 10011001 | 11000000 | 0 | 10110 | 10 | 11000 | 100110000 | 11010 | 1000100 |
Color Harmonies of #C399C0
Complementary color
Monochromatic Colors of #C399C0
Black with #C399C0
Text Example
Text Example
White with #C399C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399C0; }
p { color: rgb(195,153,192); }
H1.HeaderClassName
{
color: #C399C0;
}
.AnyTagClassName
{
color: #C399C0;
}
</style>
background-color css
<style>
a { background-color: #C399C0; }
a { background-color: rgb(195,153,192); }
div.DivClassName
{
background-color: #C399C0;
}
.BgClassName
{
background-color: #C399C0;
}
</style>
border-color css
<style>
span { border-color: #C399C0; }
span { border-color: rgb(195,153,192); }
td.TdClassName
{
border-color: #C399C0;
}
.TagClassName
{
border-color: #C399C0;
}
</style>