Shades of Lilac #C399BC
Tints of Lilac #C399BC
RGB
CMYK
RGB Variations
Color information
#C399BC (or 0xC399BC) is known color: Lilac. HEX triplet: C3, 99 and BC. RGB value is (195,153,188). Sum of RGB (Red+Green+Blue) = 195+153+188=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 153 (60.16% from 255 or 28.54% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 195 - color contains mainly: red. Hex color #C399BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C399BC is #3C6643. Grayscale: #A9A9A9. Windows color (decimal): -3958340 or 12360131. OLE color: 12360131.
HSL color Cylindrical-coordinate representation of color #C399BC: hue angle of 310º 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 #C399BC is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 153 | 188 | - |
| CMYK | 0 | 0.22 | 0.04 | 0.24 |
| HSL | 310º | 0.26% | 0.68% | - |
| HSV(B) | 310º | 0.22% | 0.76% | - |
| XYZ | 42.97 | 38.02 | 52.65 | - |
| YUV | 169.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 153 | 188 | 0 | 0.22 | 0.04 | 0.24 | 310 | 0.26 | 0.68 |
| Hex | C3 | 99 | BC | 0 | 16 | 4 | 18 | 136 | 1A | 44 |
| Octal | 303 | 231 | 274 | 0 | 26 | 4 | 30 | 466 | 32 | 104 |
| Binary | 11000011 | 10011001 | 10111100 | 0 | 10110 | 100 | 11000 | 100110110 | 11010 | 1000100 |
Color Harmonies of #C399BC
Complementary color
Monochromatic Colors of #C399BC
Black with #C399BC
Text Example
Text Example
White with #C399BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C399BC; }
p { color: rgb(195,153,188); }
H1.HeaderClassName
{
color: #C399BC;
}
.AnyTagClassName
{
color: #C399BC;
}
</style>
background-color css
<style>
a { background-color: #C399BC; }
a { background-color: rgb(195,153,188); }
div.DivClassName
{
background-color: #C399BC;
}
.BgClassName
{
background-color: #C399BC;
}
</style>
border-color css
<style>
span { border-color: #C399BC; }
span { border-color: rgb(195,153,188); }
td.TdClassName
{
border-color: #C399BC;
}
.TagClassName
{
border-color: #C399BC;
}
</style>