Shades of Lilac #C397CD
Tints of Lilac #C397CD
RGB
CMYK
RGB Variations
Color information
#C397CD (or 0xC397CD) is known color: Lilac. HEX triplet: C3, 97 and CD. RGB value is (195,151,205). Sum of RGB (Red+Green+Blue) = 195+151+205=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 151 (59.38% from 255 or 27.40% from 551); Blue value is 205 (80.47% from 255 or 37.21% from 551); Max value from RGB is 205 - color contains mainly: blue. Hex color #C397CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397CD is #3C6832. Grayscale: #AAAAAA. Windows color (decimal): -3958835 or 13473731. OLE color: 13473731.
HSL color Cylindrical-coordinate representation of color #C397CD: hue angle of 288.89º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C397CD is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 151 | 205 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.20 |
| HSL | 288.89º | 0.35% | 0.7% | - |
| HSV(B) | 288.89º | 0.26% | 0.8% | - |
| XYZ | 44.59 | 38.14 | 62.77 | - |
| YUV | 170.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 205 | 0.05 | 0.26 | 0 | 0.20 | 288.89 | 0.35 | 0.7 |
| Hex | C3 | 97 | CD | 5 | 1A | 0 | 14 | 121 | 23 | 46 |
| Octal | 303 | 227 | 315 | 5 | 32 | 0 | 24 | 441 | 43 | 106 |
| Binary | 11000011 | 10010111 | 11001101 | 101 | 11010 | 0 | 10100 | 100100001 | 100011 | 1000110 |
Color Harmonies of #C397CD
Complementary color
Monochromatic Colors of #C397CD
Black with #C397CD
Text Example
Text Example
White with #C397CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397CD; }
p { color: rgb(195,151,205); }
H1.HeaderClassName
{
color: #C397CD;
}
.AnyTagClassName
{
color: #C397CD;
}
</style>
background-color css
<style>
a { background-color: #C397CD; }
a { background-color: rgb(195,151,205); }
div.DivClassName
{
background-color: #C397CD;
}
.BgClassName
{
background-color: #C397CD;
}
</style>
border-color css
<style>
span { border-color: #C397CD; }
span { border-color: rgb(195,151,205); }
td.TdClassName
{
border-color: #C397CD;
}
.TagClassName
{
border-color: #C397CD;
}
</style>