Shades of Lilac #C8A3CF
Tints of Lilac #C8A3CF
RGB
CMYK
RGB Variations
Color information
#C8A3CF (or 0xC8A3CF) is known color: Lilac. HEX triplet: C8, A3 and CF. RGB value is (200,163,207). Sum of RGB (Red+Green+Blue) = 200+163+207=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 163 (64.06% from 255 or 28.60% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8A3CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A3CF is #375C30. Grayscale: #B2B2B2. Windows color (decimal): -3628081 or 13607880. OLE color: 13607880.
HSL color Cylindrical-coordinate representation of color #C8A3CF: hue angle of 290.45º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8A3CF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 163 | 207 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.19 |
| HSL | 290.45º | 0.31% | 0.73% | - |
| HSV(B) | 290.45º | 0.21% | 0.81% | - |
| XYZ | 48.18 | 42.98 | 64.79 | - |
| YUV | 179.08 | 143.76 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 207 | 0.03 | 0.21 | 0 | 0.19 | 290.45 | 0.31 | 0.73 |
| Hex | C8 | A3 | CF | 3 | 15 | 0 | 13 | 122 | 1F | 49 |
| Octal | 310 | 243 | 317 | 3 | 25 | 0 | 23 | 442 | 37 | 111 |
| Binary | 11001000 | 10100011 | 11001111 | 11 | 10101 | 0 | 10011 | 100100010 | 11111 | 1001001 |
Color Harmonies of #C8A3CF
Complementary color
Monochromatic Colors of #C8A3CF
Black with #C8A3CF
Text Example
Text Example
White with #C8A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A3CF; }
p { color: rgb(200,163,207); }
H1.HeaderClassName
{
color: #C8A3CF;
}
.AnyTagClassName
{
color: #C8A3CF;
}
</style>
background-color css
<style>
a { background-color: #C8A3CF; }
a { background-color: rgb(200,163,207); }
div.DivClassName
{
background-color: #C8A3CF;
}
.BgClassName
{
background-color: #C8A3CF;
}
</style>
border-color css
<style>
span { border-color: #C8A3CF; }
span { border-color: rgb(200,163,207); }
td.TdClassName
{
border-color: #C8A3CF;
}
.TagClassName
{
border-color: #C8A3CF;
}
</style>