Shades of Lilac #C985C3
Tints of Lilac #C985C3
RGB
CMYK
RGB Variations
Color information
#C985C3 (or 0xC985C3) is known color: Lilac. HEX triplet: C9, 85 and C3. RGB value is (201,133,195). Sum of RGB (Red+Green+Blue) = 201+133+195=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 195 (76.56% from 255 or 36.86% from 529); Max value from RGB is 201 - color contains mainly: red. Hex color #C985C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985C3 is #367A3C. Grayscale: #A0A0A0. Windows color (decimal): -3570237 or 12813769. OLE color: 12813769.
HSL color Cylindrical-coordinate representation of color #C985C3: hue angle of 305.29º 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 #C985C3 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 133 | 195 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.21 |
| HSL | 305.29º | 0.39% | 0.65% | - |
| HSV(B) | 305.29º | 0.34% | 0.79% | - |
| XYZ | 42.33 | 33.13 | 55.79 | - |
| YUV | 160.4 | 147.53 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 195 | 0 | 0.34 | 0.03 | 0.21 | 305.29 | 0.39 | 0.65 |
| Hex | C9 | 85 | C3 | 0 | 22 | 3 | 15 | 131 | 27 | 41 |
| Octal | 311 | 205 | 303 | 0 | 42 | 3 | 25 | 461 | 47 | 101 |
| Binary | 11001001 | 10000101 | 11000011 | 0 | 100010 | 11 | 10101 | 100110001 | 100111 | 1000001 |
Color Harmonies of #C985C3
Complementary color
Monochromatic Colors of #C985C3
Black with #C985C3
Text Example
Text Example
White with #C985C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985C3; }
p { color: rgb(201,133,195); }
H1.HeaderClassName
{
color: #C985C3;
}
.AnyTagClassName
{
color: #C985C3;
}
</style>
background-color css
<style>
a { background-color: #C985C3; }
a { background-color: rgb(201,133,195); }
div.DivClassName
{
background-color: #C985C3;
}
.BgClassName
{
background-color: #C985C3;
}
</style>
border-color css
<style>
span { border-color: #C985C3; }
span { border-color: rgb(201,133,195); }
td.TdClassName
{
border-color: #C985C3;
}
.TagClassName
{
border-color: #C985C3;
}
</style>