Shades of Lilac #C897CA
Tints of Lilac #C897CA
RGB
CMYK
RGB Variations
Color information
#C897CA (or 0xC897CA) is known color: Lilac. HEX triplet: C8, 97 and CA. RGB value is (200,151,202). Sum of RGB (Red+Green+Blue) = 200+151+202=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 202 - color contains mainly: blue. Hex color #C897CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C897CA is #376835. Grayscale: #ABABAB. Windows color (decimal): -3631158 or 13277128. OLE color: 13277128.
HSL color Cylindrical-coordinate representation of color #C897CA: hue angle of 297.65º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C897CA is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 151 | 202 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.21 |
| HSL | 297.65º | 0.32% | 0.69% | - |
| HSV(B) | 297.65º | 0.25% | 0.79% | - |
| XYZ | 45.55 | 38.68 | 60.94 | - |
| YUV | 171.47 | 145.23 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 202 | 0.01 | 0.25 | 0 | 0.21 | 297.65 | 0.32 | 0.69 |
| Hex | C8 | 97 | CA | 1 | 19 | 0 | 15 | 12A | 20 | 45 |
| Octal | 310 | 227 | 312 | 1 | 31 | 0 | 25 | 452 | 40 | 105 |
| Binary | 11001000 | 10010111 | 11001010 | 1 | 11001 | 0 | 10101 | 100101010 | 100000 | 1000101 |
Color Harmonies of #C897CA
Complementary color
Monochromatic Colors of #C897CA
Black with #C897CA
Text Example
Text Example
White with #C897CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C897CA; }
p { color: rgb(200,151,202); }
H1.HeaderClassName
{
color: #C897CA;
}
.AnyTagClassName
{
color: #C897CA;
}
</style>
background-color css
<style>
a { background-color: #C897CA; }
a { background-color: rgb(200,151,202); }
div.DivClassName
{
background-color: #C897CA;
}
.BgClassName
{
background-color: #C897CA;
}
</style>
border-color css
<style>
span { border-color: #C897CA; }
span { border-color: rgb(200,151,202); }
td.TdClassName
{
border-color: #C897CA;
}
.TagClassName
{
border-color: #C897CA;
}
</style>