Shades of Lilac #C893CD
Tints of Lilac #C893CD
RGB
CMYK
RGB Variations
Color information
#C893CD (or 0xC893CD) is known color: Lilac. HEX triplet: C8, 93 and CD. RGB value is (200,147,205). Sum of RGB (Red+Green+Blue) = 200+147+205=552 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.23% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #C893CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893CD is #376C32. Grayscale: #A9A9A9. Windows color (decimal): -3632179 or 13472712. OLE color: 13472712.
HSL color Cylindrical-coordinate representation of color #C893CD: hue angle of 294.83º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C893CD is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 147 | 205 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.20 |
| HSL | 294.83º | 0.37% | 0.69% | - |
| HSV(B) | 294.83º | 0.28% | 0.8% | - |
| XYZ | 45.27 | 37.55 | 62.62 | - |
| YUV | 169.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 205 | 0.02 | 0.28 | 0 | 0.20 | 294.83 | 0.37 | 0.69 |
| Hex | C8 | 93 | CD | 2 | 1C | 0 | 14 | 127 | 25 | 45 |
| Octal | 310 | 223 | 315 | 2 | 34 | 0 | 24 | 447 | 45 | 105 |
| Binary | 11001000 | 10010011 | 11001101 | 10 | 11100 | 0 | 10100 | 100100111 | 100101 | 1000101 |
Color Harmonies of #C893CD
Complementary color
Monochromatic Colors of #C893CD
Black with #C893CD
Text Example
Text Example
White with #C893CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893CD; }
p { color: rgb(200,147,205); }
H1.HeaderClassName
{
color: #C893CD;
}
.AnyTagClassName
{
color: #C893CD;
}
</style>
background-color css
<style>
a { background-color: #C893CD; }
a { background-color: rgb(200,147,205); }
div.DivClassName
{
background-color: #C893CD;
}
.BgClassName
{
background-color: #C893CD;
}
</style>
border-color css
<style>
span { border-color: #C893CD; }
span { border-color: rgb(200,147,205); }
td.TdClassName
{
border-color: #C893CD;
}
.TagClassName
{
border-color: #C893CD;
}
</style>