Shades of Lilac #C885C2
Tints of Lilac #C885C2
RGB
CMYK
RGB Variations
Color information
#C885C2 (or 0xC885C2) is known color: Lilac. HEX triplet: C8, 85 and C2. RGB value is (200,133,194). Sum of RGB (Red+Green+Blue) = 200+133+194=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C885C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885C2 is #377A3D. Grayscale: #9F9F9F. Windows color (decimal): -3635774 or 12748232. OLE color: 12748232.
HSL color Cylindrical-coordinate representation of color #C885C2: hue angle of 305.37º 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 #C885C2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 194 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.22 |
| HSL | 305.37º | 0.38% | 0.65% | - |
| HSV(B) | 305.37º | 0.34% | 0.78% | - |
| XYZ | 41.94 | 32.95 | 55.19 | - |
| YUV | 159.99 | 147.2 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 194 | 0 | 0.34 | 0.03 | 0.22 | 305.37 | 0.38 | 0.65 |
| Hex | C8 | 85 | C2 | 0 | 22 | 3 | 16 | 131 | 26 | 41 |
| Octal | 310 | 205 | 302 | 0 | 42 | 3 | 26 | 461 | 46 | 101 |
| Binary | 11001000 | 10000101 | 11000010 | 0 | 100010 | 11 | 10110 | 100110001 | 100110 | 1000001 |
Color Harmonies of #C885C2
Complementary color
Monochromatic Colors of #C885C2
Black with #C885C2
Text Example
Text Example
White with #C885C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885C2; }
p { color: rgb(200,133,194); }
H1.HeaderClassName
{
color: #C885C2;
}
.AnyTagClassName
{
color: #C885C2;
}
</style>
background-color css
<style>
a { background-color: #C885C2; }
a { background-color: rgb(200,133,194); }
div.DivClassName
{
background-color: #C885C2;
}
.BgClassName
{
background-color: #C885C2;
}
</style>
border-color css
<style>
span { border-color: #C885C2; }
span { border-color: rgb(200,133,194); }
td.TdClassName
{
border-color: #C885C2;
}
.TagClassName
{
border-color: #C885C2;
}
</style>