Shades of Lilac #C399C2
Tints of Lilac #C399C2
RGB
CMYK
RGB Variations
Color information
#C399C2 (or 0xC399C2) is known color: Lilac. HEX triplet: C3, 99 and C2. RGB value is (195,153,194). Sum of RGB (Red+Green+Blue) = 195+153+194=542 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.98% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 195 - color contains mainly: red. Hex color #C399C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399C2 is #3C663D. Grayscale: #AAAAAA. Windows color (decimal): -3958334 or 12753347. OLE color: 12753347.
HSL color Cylindrical-coordinate representation of color #C399C2: hue angle of 301.43º 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 #C399C2 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 194 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.24 |
| HSL | 301.43º | 0.26% | 0.68% | - |
| HSV(B) | 301.43º | 0.22% | 0.76% | - |
| XYZ | 43.63 | 38.28 | 56.13 | - |
| YUV | 170.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 194 | 0 | 0.22 | 0.01 | 0.24 | 301.43 | 0.26 | 0.68 |
| Hex | C3 | 99 | C2 | 0 | 16 | 1 | 18 | 12D | 1A | 44 |
| Octal | 303 | 231 | 302 | 0 | 26 | 1 | 30 | 455 | 32 | 104 |
| Binary | 11000011 | 10011001 | 11000010 | 0 | 10110 | 1 | 11000 | 100101101 | 11010 | 1000100 |
Color Harmonies of #C399C2
Complementary color
Monochromatic Colors of #C399C2
Black with #C399C2
Text Example
Text Example
White with #C399C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399C2; }
p { color: rgb(195,153,194); }
H1.HeaderClassName
{
color: #C399C2;
}
.AnyTagClassName
{
color: #C399C2;
}
</style>
background-color css
<style>
a { background-color: #C399C2; }
a { background-color: rgb(195,153,194); }
div.DivClassName
{
background-color: #C399C2;
}
.BgClassName
{
background-color: #C399C2;
}
</style>
border-color css
<style>
span { border-color: #C399C2; }
span { border-color: rgb(195,153,194); }
td.TdClassName
{
border-color: #C399C2;
}
.TagClassName
{
border-color: #C399C2;
}
</style>