Shades of Lilac #C895CD
Tints of Lilac #C895CD
RGB
CMYK
RGB Variations
Color information
#C895CD (or 0xC895CD) is known color: Lilac. HEX triplet: C8, 95 and CD. RGB value is (200,149,205). Sum of RGB (Red+Green+Blue) = 200+149+205=554 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.10% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #C895CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895CD is #376A32. Grayscale: #AAAAAA. Windows color (decimal): -3631667 or 13473224. OLE color: 13473224.
HSL color Cylindrical-coordinate representation of color #C895CD: hue angle of 294.64º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C895CD is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 149 | 205 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.20 |
| HSL | 294.64º | 0.36% | 0.69% | - |
| HSV(B) | 294.64º | 0.27% | 0.8% | - |
| XYZ | 45.59 | 38.18 | 62.72 | - |
| YUV | 170.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 149 | 205 | 0.02 | 0.27 | 0 | 0.20 | 294.64 | 0.36 | 0.69 |
| Hex | C8 | 95 | CD | 2 | 1B | 0 | 14 | 127 | 24 | 45 |
| Octal | 310 | 225 | 315 | 2 | 33 | 0 | 24 | 447 | 44 | 105 |
| Binary | 11001000 | 10010101 | 11001101 | 10 | 11011 | 0 | 10100 | 100100111 | 100100 | 1000101 |
Color Harmonies of #C895CD
Complementary color
Monochromatic Colors of #C895CD
Black with #C895CD
Text Example
Text Example
White with #C895CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C895CD; }
p { color: rgb(200,149,205); }
H1.HeaderClassName
{
color: #C895CD;
}
.AnyTagClassName
{
color: #C895CD;
}
</style>
background-color css
<style>
a { background-color: #C895CD; }
a { background-color: rgb(200,149,205); }
div.DivClassName
{
background-color: #C895CD;
}
.BgClassName
{
background-color: #C895CD;
}
</style>
border-color css
<style>
span { border-color: #C895CD; }
span { border-color: rgb(200,149,205); }
td.TdClassName
{
border-color: #C895CD;
}
.TagClassName
{
border-color: #C895CD;
}
</style>