Shades of Lilac #C398CC
Tints of Lilac #C398CC
RGB
CMYK
RGB Variations
Color information
#C398CC (or 0xC398CC) is known color: Lilac. HEX triplet: C3, 98 and CC. RGB value is (195,152,204). Sum of RGB (Red+Green+Blue) = 195+152+204=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #C398CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398CC is #3C6733. Grayscale: #AAAAAA. Windows color (decimal): -3958580 or 13408451. OLE color: 13408451.
HSL color Cylindrical-coordinate representation of color #C398CC: hue angle of 289.62º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C398CC is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 152 | 204 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.2 |
| HSL | 289.62º | 0.34% | 0.7% | - |
| HSV(B) | 289.62º | 0.25% | 0.8% | - |
| XYZ | 44.63 | 38.42 | 62.19 | - |
| YUV | 170.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 204 | 0.04 | 0.25 | 0 | 0.2 | 289.62 | 0.34 | 0.7 |
| Hex | C3 | 98 | CC | 4 | 19 | 0 | 14 | 122 | 22 | 46 |
| Octal | 303 | 230 | 314 | 4 | 31 | 0 | 24 | 442 | 42 | 106 |
| Binary | 11000011 | 10011000 | 11001100 | 100 | 11001 | 0 | 10100 | 100100010 | 100010 | 1000110 |
Color Harmonies of #C398CC
Complementary color
Monochromatic Colors of #C398CC
Black with #C398CC
Text Example
Text Example
White with #C398CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C398CC; }
p { color: rgb(195,152,204); }
H1.HeaderClassName
{
color: #C398CC;
}
.AnyTagClassName
{
color: #C398CC;
}
</style>
background-color css
<style>
a { background-color: #C398CC; }
a { background-color: rgb(195,152,204); }
div.DivClassName
{
background-color: #C398CC;
}
.BgClassName
{
background-color: #C398CC;
}
</style>
border-color css
<style>
span { border-color: #C398CC; }
span { border-color: rgb(195,152,204); }
td.TdClassName
{
border-color: #C398CC;
}
.TagClassName
{
border-color: #C398CC;
}
</style>