Shades of Lilac #C885C6
Tints of Lilac #C885C6
RGB
CMYK
RGB Variations
Color information
#C885C6 (or 0xC885C6) is known color: Lilac. HEX triplet: C8, 85 and C6. RGB value is (200,133,198). Sum of RGB (Red+Green+Blue) = 200+133+198=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 200 - color contains mainly: red. Hex color #C885C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C885C6 is #377A39. Grayscale: #A0A0A0. Windows color (decimal): -3635770 or 13010376. OLE color: 13010376.
HSL color Cylindrical-coordinate representation of color #C885C6: hue angle of 301.79º 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 #C885C6 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 133 | 198 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.22 |
| HSL | 301.79º | 0.38% | 0.65% | - |
| HSV(B) | 301.79º | 0.34% | 0.78% | - |
| XYZ | 42.4 | 33.13 | 57.59 | - |
| YUV | 160.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 133 | 198 | 0 | 0.34 | 0.01 | 0.22 | 301.79 | 0.38 | 0.65 |
| Hex | C8 | 85 | C6 | 0 | 22 | 1 | 16 | 12E | 26 | 41 |
| Octal | 310 | 205 | 306 | 0 | 42 | 1 | 26 | 456 | 46 | 101 |
| Binary | 11001000 | 10000101 | 11000110 | 0 | 100010 | 1 | 10110 | 100101110 | 100110 | 1000001 |
Color Harmonies of #C885C6
Complementary color
Monochromatic Colors of #C885C6
Black with #C885C6
Text Example
Text Example
White with #C885C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C885C6; }
p { color: rgb(200,133,198); }
H1.HeaderClassName
{
color: #C885C6;
}
.AnyTagClassName
{
color: #C885C6;
}
</style>
background-color css
<style>
a { background-color: #C885C6; }
a { background-color: rgb(200,133,198); }
div.DivClassName
{
background-color: #C885C6;
}
.BgClassName
{
background-color: #C885C6;
}
</style>
border-color css
<style>
span { border-color: #C885C6; }
span { border-color: rgb(200,133,198); }
td.TdClassName
{
border-color: #C885C6;
}
.TagClassName
{
border-color: #C885C6;
}
</style>