Shades of Lilac #C885BD
Tints of Lilac #C885BD
RGB
CMYK
RGB Variations
Color information
#C885BD (or 0xC885BD) is known color: Lilac. HEX triplet: C8, 85 and BD. RGB value is (200,133,189). Sum of RGB (Red+Green+Blue) = 200+133+189=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C885BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885BD is #377A42. Grayscale: #9F9F9F. Windows color (decimal): -3635779 or 12420552. OLE color: 12420552.
HSL color Cylindrical-coordinate representation of color #C885BD: hue angle of 309.85º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C885BD is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 189 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.22 |
| HSL | 309.85º | 0.38% | 0.65% | - |
| HSV(B) | 309.85º | 0.34% | 0.78% | - |
| XYZ | 41.39 | 32.73 | 52.28 | - |
| YUV | 159.42 | 144.7 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 189 | 0 | 0.34 | 0.06 | 0.22 | 309.85 | 0.38 | 0.65 |
| Hex | C8 | 85 | BD | 0 | 22 | 6 | 16 | 136 | 26 | 41 |
| Octal | 310 | 205 | 275 | 0 | 42 | 6 | 26 | 466 | 46 | 101 |
| Binary | 11001000 | 10000101 | 10111101 | 0 | 100010 | 110 | 10110 | 100110110 | 100110 | 1000001 |
Color Harmonies of #C885BD
Complementary color
Monochromatic Colors of #C885BD
Black with #C885BD
Text Example
Text Example
White with #C885BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885BD; }
p { color: rgb(200,133,189); }
H1.HeaderClassName
{
color: #C885BD;
}
.AnyTagClassName
{
color: #C885BD;
}
</style>
background-color css
<style>
a { background-color: #C885BD; }
a { background-color: rgb(200,133,189); }
div.DivClassName
{
background-color: #C885BD;
}
.BgClassName
{
background-color: #C885BD;
}
</style>
border-color css
<style>
span { border-color: #C885BD; }
span { border-color: rgb(200,133,189); }
td.TdClassName
{
border-color: #C885BD;
}
.TagClassName
{
border-color: #C885BD;
}
</style>