Shades of Lilac #C985CC
Tints of Lilac #C985CC
RGB
CMYK
RGB Variations
Color information
#C985CC (or 0xC985CC) is known color: Lilac. HEX triplet: C9, 85 and CC. RGB value is (201,133,204). Sum of RGB (Red+Green+Blue) = 201+133+204=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 204 - color contains mainly: blue. Hex color #C985CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C985CC is #367A33. Grayscale: #A1A1A1. Windows color (decimal): -3570228 or 13403593. OLE color: 13403593.
HSL color Cylindrical-coordinate representation of color #C985CC: hue angle of 297.46º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C985CC is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 133 | 204 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.2 |
| HSL | 297.46º | 0.41% | 0.66% | - |
| HSV(B) | 297.46º | 0.35% | 0.8% | - |
| XYZ | 43.37 | 33.55 | 61.32 | - |
| YUV | 161.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 133 | 204 | 0.01 | 0.35 | 0 | 0.2 | 297.46 | 0.41 | 0.66 |
| Hex | C9 | 85 | CC | 1 | 23 | 0 | 14 | 129 | 29 | 42 |
| Octal | 311 | 205 | 314 | 1 | 43 | 0 | 24 | 451 | 51 | 102 |
| Binary | 11001001 | 10000101 | 11001100 | 1 | 100011 | 0 | 10100 | 100101001 | 101001 | 1000010 |
Color Harmonies of #C985CC
Complementary color
Monochromatic Colors of #C985CC
Black with #C985CC
Text Example
Text Example
White with #C985CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C985CC; }
p { color: rgb(201,133,204); }
H1.HeaderClassName
{
color: #C985CC;
}
.AnyTagClassName
{
color: #C985CC;
}
</style>
background-color css
<style>
a { background-color: #C985CC; }
a { background-color: rgb(201,133,204); }
div.DivClassName
{
background-color: #C985CC;
}
.BgClassName
{
background-color: #C985CC;
}
</style>
border-color css
<style>
span { border-color: #C985CC; }
span { border-color: rgb(201,133,204); }
td.TdClassName
{
border-color: #C985CC;
}
.TagClassName
{
border-color: #C985CC;
}
</style>