Shades of Lilac #C894CF
Tints of Lilac #C894CF
RGB
CMYK
RGB Variations
Color information
#C894CF (or 0xC894CF) is known color: Lilac. HEX triplet: C8, 94 and CF. RGB value is (200,148,207). Sum of RGB (Red+Green+Blue) = 200+148+207=555 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.04% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 207 (81.25% from 255 or 37.30% from 555); Max value from RGB is 207 - color contains mainly: blue. Hex color #C894CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894CF is #376B30. Grayscale: #AAAAAA. Windows color (decimal): -3631921 or 13604040. OLE color: 13604040.
HSL color Cylindrical-coordinate representation of color #C894CF: hue angle of 292.88º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C894CF is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 148 | 207 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.19 |
| HSL | 292.88º | 0.38% | 0.7% | - |
| HSV(B) | 292.88º | 0.29% | 0.81% | - |
| XYZ | 45.67 | 37.96 | 63.95 | - |
| YUV | 170.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 207 | 0.03 | 0.29 | 0 | 0.19 | 292.88 | 0.38 | 0.7 |
| Hex | C8 | 94 | CF | 3 | 1D | 0 | 13 | 125 | 26 | 46 |
| Octal | 310 | 224 | 317 | 3 | 35 | 0 | 23 | 445 | 46 | 106 |
| Binary | 11001000 | 10010100 | 11001111 | 11 | 11101 | 0 | 10011 | 100100101 | 100110 | 1000110 |
Color Harmonies of #C894CF
Complementary color
Monochromatic Colors of #C894CF
Black with #C894CF
Text Example
Text Example
White with #C894CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C894CF; }
p { color: rgb(200,148,207); }
H1.HeaderClassName
{
color: #C894CF;
}
.AnyTagClassName
{
color: #C894CF;
}
</style>
background-color css
<style>
a { background-color: #C894CF; }
a { background-color: rgb(200,148,207); }
div.DivClassName
{
background-color: #C894CF;
}
.BgClassName
{
background-color: #C894CF;
}
</style>
border-color css
<style>
span { border-color: #C894CF; }
span { border-color: rgb(200,148,207); }
td.TdClassName
{
border-color: #C894CF;
}
.TagClassName
{
border-color: #C894CF;
}
</style>