Shades of Lilac #C7ADC5
Tints of Lilac #C7ADC5
RGB
CMYK
RGB Variations
Color information
#C7ADC5 (or 0xC7ADC5) is known color: Lilac. HEX triplet: C7, AD and C5. RGB value is (199,173,197). Sum of RGB (Red+Green+Blue) = 199+173+197=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 199 - color contains mainly: red. Hex color #C7ADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7ADC5 is #38523A. Grayscale: #B7B7B7. Windows color (decimal): -3691067 or 12955079. OLE color: 12955079.
HSL color Cylindrical-coordinate representation of color #C7ADC5: hue angle of 304.62º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7ADC5 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 173 | 197 | - |
CMYK | 0 | 0.13 | 0.01 | 0.22 |
HSL | 304.62º | 0.19% | 0.73% | - |
HSV(B) | 304.62º | 0.13% | 0.78% | - |
XYZ | 48.57 | 46.06 | 59.15 | - |
YUV | 183.51 | 135.61 | 139.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 173 | 197 | 0 | 0.13 | 0.01 | 0.22 | 304.62 | 0.19 | 0.73 |
Hex | C7 | AD | C5 | 0 | D | 1 | 16 | 131 | 13 | 49 |
Octal | 307 | 255 | 305 | 0 | 15 | 1 | 26 | 461 | 23 | 111 |
Binary | 11000111 | 10101101 | 11000101 | 0 | 1101 | 1 | 10110 | 100110001 | 10011 | 1001001 |
Color Harmonies of #C7ADC5
Complementary color
Monochromatic Colors of #C7ADC5
Black with #C7ADC5
Text Example
Text Example
White with #C7ADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADC5; }
p { color: rgb(199,173,197); }
H1.HeaderClassName
{
color: #C7ADC5;
}
.AnyTagClassName
{
color: #C7ADC5;
}
</style>
background-color css
<style>
a { background-color: #C7ADC5; }
a { background-color: rgb(199,173,197); }
div.DivClassName
{
background-color: #C7ADC5;
}
.BgClassName
{
background-color: #C7ADC5;
}
</style>
border-color css
<style>
span { border-color: #C7ADC5; }
span { border-color: rgb(199,173,197); }
td.TdClassName
{
border-color: #C7ADC5;
}
.TagClassName
{
border-color: #C7ADC5;
}
</style>