Shades of Lilac #C885C7
Tints of Lilac #C885C7
RGB
CMYK
RGB Variations
Color information
#C885C7 (or 0xC885C7) is known color: Lilac. HEX triplet: C8, 85 and C7. RGB value is (200,133,199). Sum of RGB (Red+Green+Blue) = 200+133+199=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 199 (78.12% from 255 or 37.41% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C885C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885C7 is #377A38. Grayscale: #A0A0A0. Windows color (decimal): -3635769 or 13075912. OLE color: 13075912.
HSL color Cylindrical-coordinate representation of color #C885C7: hue angle of 300.9º 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 #C885C7 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 199 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.22 |
| HSL | 300.9º | 0.38% | 0.65% | - |
| HSV(B) | 300.9º | 0.34% | 0.78% | - |
| XYZ | 42.52 | 33.18 | 58.2 | - |
| YUV | 160.56 | 149.7 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 199 | 0 | 0.34 | 0.00 | 0.22 | 300.9 | 0.38 | 0.65 |
| Hex | C8 | 85 | C7 | 0 | 22 | 0 | 16 | 12D | 26 | 41 |
| Octal | 310 | 205 | 307 | 0 | 42 | 0 | 26 | 455 | 46 | 101 |
| Binary | 11001000 | 10000101 | 11000111 | 0 | 100010 | 0 | 10110 | 100101101 | 100110 | 1000001 |
Color Harmonies of #C885C7
Complementary color
Monochromatic Colors of #C885C7
Black with #C885C7
Text Example
Text Example
White with #C885C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885C7; }
p { color: rgb(200,133,199); }
H1.HeaderClassName
{
color: #C885C7;
}
.AnyTagClassName
{
color: #C885C7;
}
</style>
background-color css
<style>
a { background-color: #C885C7; }
a { background-color: rgb(200,133,199); }
div.DivClassName
{
background-color: #C885C7;
}
.BgClassName
{
background-color: #C885C7;
}
</style>
border-color css
<style>
span { border-color: #C885C7; }
span { border-color: rgb(200,133,199); }
td.TdClassName
{
border-color: #C885C7;
}
.TagClassName
{
border-color: #C885C7;
}
</style>