Shades of Lilac #C7A1CD
Tints of Lilac #C7A1CD
RGB
CMYK
RGB Variations
Color information
#C7A1CD (or 0xC7A1CD) is known color: Lilac. HEX triplet: C7, A1 and CD. RGB value is (199,161,205). Sum of RGB (Red+Green+Blue) = 199+161+205=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 161 (63.28% from 255 or 28.50% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #C7A1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A1CD is #385E32. Grayscale: #B1B1B1. Windows color (decimal): -3694131 or 13476295. OLE color: 13476295.
HSL color Cylindrical-coordinate representation of color #C7A1CD: hue angle of 291.82º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7A1CD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 199 | 161 | 205 | - |
CMYK | 0.03 | 0.21 | 0 | 0.20 |
HSL | 291.82º | 0.31% | 0.72% | - |
HSV(B) | 291.82º | 0.21% | 0.8% | - |
XYZ | 47.32 | 42.04 | 63.38 | - |
YUV | 177.38 | 143.59 | 143.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 161 | 205 | 0.03 | 0.21 | 0 | 0.20 | 291.82 | 0.31 | 0.72 |
Hex | C7 | A1 | CD | 3 | 15 | 0 | 14 | 124 | 1F | 48 |
Octal | 307 | 241 | 315 | 3 | 25 | 0 | 24 | 444 | 37 | 110 |
Binary | 11000111 | 10100001 | 11001101 | 11 | 10101 | 0 | 10100 | 100100100 | 11111 | 1001000 |
Color Harmonies of #C7A1CD
Complementary color
Monochromatic Colors of #C7A1CD
Black with #C7A1CD
Text Example
Text Example
White with #C7A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A1CD; }
p { color: rgb(199,161,205); }
H1.HeaderClassName
{
color: #C7A1CD;
}
.AnyTagClassName
{
color: #C7A1CD;
}
</style>
background-color css
<style>
a { background-color: #C7A1CD; }
a { background-color: rgb(199,161,205); }
div.DivClassName
{
background-color: #C7A1CD;
}
.BgClassName
{
background-color: #C7A1CD;
}
</style>
border-color css
<style>
span { border-color: #C7A1CD; }
span { border-color: rgb(199,161,205); }
td.TdClassName
{
border-color: #C7A1CD;
}
.TagClassName
{
border-color: #C7A1CD;
}
</style>