Shades of Lilac #C985C2
Tints of Lilac #C985C2
RGB
CMYK
RGB Variations
Color information
#C985C2 (or 0xC985C2) is known color: Lilac. HEX triplet: C9, 85 and C2. RGB value is (201,133,194). Sum of RGB (Red+Green+Blue) = 201+133+194=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 201 - color contains mainly: red. Hex color #C985C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985C2 is #367A3D. Grayscale: #A0A0A0. Windows color (decimal): -3570238 or 12748233. OLE color: 12748233.
HSL color Cylindrical-coordinate representation of color #C985C2: hue angle of 306.18º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C985C2 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 194 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.21 |
| HSL | 306.18º | 0.39% | 0.65% | - |
| HSV(B) | 306.18º | 0.34% | 0.79% | - |
| XYZ | 42.21 | 33.09 | 55.2 | - |
| YUV | 160.29 | 147.03 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 194 | 0 | 0.34 | 0.03 | 0.21 | 306.18 | 0.39 | 0.65 |
| Hex | C9 | 85 | C2 | 0 | 22 | 3 | 15 | 132 | 27 | 41 |
| Octal | 311 | 205 | 302 | 0 | 42 | 3 | 25 | 462 | 47 | 101 |
| Binary | 11001001 | 10000101 | 11000010 | 0 | 100010 | 11 | 10101 | 100110010 | 100111 | 1000001 |
Color Harmonies of #C985C2
Complementary color
Monochromatic Colors of #C985C2
Black with #C985C2
Text Example
Text Example
White with #C985C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985C2; }
p { color: rgb(201,133,194); }
H1.HeaderClassName
{
color: #C985C2;
}
.AnyTagClassName
{
color: #C985C2;
}
</style>
background-color css
<style>
a { background-color: #C985C2; }
a { background-color: rgb(201,133,194); }
div.DivClassName
{
background-color: #C985C2;
}
.BgClassName
{
background-color: #C985C2;
}
</style>
border-color css
<style>
span { border-color: #C985C2; }
span { border-color: rgb(201,133,194); }
td.TdClassName
{
border-color: #C985C2;
}
.TagClassName
{
border-color: #C985C2;
}
</style>