Shades of Lilac #C8B5C7
Tints of Lilac #C8B5C7
RGB
CMYK
RGB Variations
Color information
#C8B5C7 (or 0xC8B5C7) is known color: Lilac. HEX triplet: C8, B5 and C7. RGB value is (200,181,199). Sum of RGB (Red+Green+Blue) = 200+181+199=580 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.48% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B5C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B5C7 is #374A38. Grayscale: #BCBCBC. Windows color (decimal): -3623481 or 13088200. OLE color: 13088200.
HSL color Cylindrical-coordinate representation of color #C8B5C7: hue angle of 303.16º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B5C7 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 181 | 199 | - |
CMYK | 0 | 0.09 | 0.00 | 0.22 |
HSL | 303.16º | 0.15% | 0.75% | - |
HSV(B) | 303.16º | 0.1% | 0.78% | - |
XYZ | 50.65 | 49.45 | 60.91 | - |
YUV | 188.73 | 133.79 | 136.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 181 | 199 | 0 | 0.09 | 0.00 | 0.22 | 303.16 | 0.15 | 0.75 |
Hex | C8 | B5 | C7 | 0 | 9 | 0 | 16 | 12F | F | 4B |
Octal | 310 | 265 | 307 | 0 | 11 | 0 | 26 | 457 | 17 | 113 |
Binary | 11001000 | 10110101 | 11000111 | 0 | 1001 | 0 | 10110 | 100101111 | 1111 | 1001011 |
Color Harmonies of #C8B5C7
Complementary color
Monochromatic Colors of #C8B5C7
Black with #C8B5C7
Text Example
Text Example
White with #C8B5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B5C7; }
p { color: rgb(200,181,199); }
H1.HeaderClassName
{
color: #C8B5C7;
}
.AnyTagClassName
{
color: #C8B5C7;
}
</style>
background-color css
<style>
a { background-color: #C8B5C7; }
a { background-color: rgb(200,181,199); }
div.DivClassName
{
background-color: #C8B5C7;
}
.BgClassName
{
background-color: #C8B5C7;
}
</style>
border-color css
<style>
span { border-color: #C8B5C7; }
span { border-color: rgb(200,181,199); }
td.TdClassName
{
border-color: #C8B5C7;
}
.TagClassName
{
border-color: #C8B5C7;
}
</style>