Shades of Lilac #C7A3CB
Tints of Lilac #C7A3CB
RGB
CMYK
RGB Variations
Color information
#C7A3CB (or 0xC7A3CB) is known color: Lilac. HEX triplet: C7, A3 and CB. RGB value is (199,163,203). Sum of RGB (Red+Green+Blue) = 199+163+203=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 163 (64.06% from 255 or 28.85% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 203 - color contains mainly: blue. Hex color #C7A3CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A3CB is #385C34. Grayscale: #B2B2B2. Windows color (decimal): -3693621 or 13345735. OLE color: 13345735.
HSL color Cylindrical-coordinate representation of color #C7A3CB: hue angle of 294º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7A3CB is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 163 | 203 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.20 |
| HSL | 294º | 0.28% | 0.72% | - |
| HSV(B) | 294º | 0.2% | 0.8% | - |
| XYZ | 47.43 | 42.65 | 62.23 | - |
| YUV | 178.32 | 141.93 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 163 | 203 | 0.02 | 0.20 | 0 | 0.20 | 294 | 0.28 | 0.72 |
| Hex | C7 | A3 | CB | 2 | 14 | 0 | 14 | 126 | 1C | 48 |
| Octal | 307 | 243 | 313 | 2 | 24 | 0 | 24 | 446 | 34 | 110 |
| Binary | 11000111 | 10100011 | 11001011 | 10 | 10100 | 0 | 10100 | 100100110 | 11100 | 1001000 |
Color Harmonies of #C7A3CB
Complementary color
Monochromatic Colors of #C7A3CB
Black with #C7A3CB
Text Example
Text Example
White with #C7A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A3CB; }
p { color: rgb(199,163,203); }
H1.HeaderClassName
{
color: #C7A3CB;
}
.AnyTagClassName
{
color: #C7A3CB;
}
</style>
background-color css
<style>
a { background-color: #C7A3CB; }
a { background-color: rgb(199,163,203); }
div.DivClassName
{
background-color: #C7A3CB;
}
.BgClassName
{
background-color: #C7A3CB;
}
</style>
border-color css
<style>
span { border-color: #C7A3CB; }
span { border-color: rgb(199,163,203); }
td.TdClassName
{
border-color: #C7A3CB;
}
.TagClassName
{
border-color: #C7A3CB;
}
</style>