Shades of Lilac #C983C2
Tints of Lilac #C983C2
RGB
CMYK
RGB Variations
Color information
#C983C2 (or 0xC983C2) is known color: Lilac. HEX triplet: C9, 83 and C2. RGB value is (201,131,194). Sum of RGB (Red+Green+Blue) = 201+131+194=526 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.21% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 201 - color contains mainly: red. Hex color #C983C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983C2 is #367C3D. Grayscale: #9E9E9E. Windows color (decimal): -3570750 or 12747721. OLE color: 12747721.
HSL color Cylindrical-coordinate representation of color #C983C2: hue angle of 306º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C983C2 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 131 | 194 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.21 |
| HSL | 306º | 0.39% | 0.65% | - |
| HSV(B) | 306º | 0.35% | 0.79% | - |
| XYZ | 41.94 | 32.55 | 55.11 | - |
| YUV | 159.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 131 | 194 | 0 | 0.35 | 0.03 | 0.21 | 306 | 0.39 | 0.65 |
| Hex | C9 | 83 | C2 | 0 | 23 | 3 | 15 | 132 | 27 | 41 |
| Octal | 311 | 203 | 302 | 0 | 43 | 3 | 25 | 462 | 47 | 101 |
| Binary | 11001001 | 10000011 | 11000010 | 0 | 100011 | 11 | 10101 | 100110010 | 100111 | 1000001 |
Color Harmonies of #C983C2
Complementary color
Monochromatic Colors of #C983C2
Black with #C983C2
Text Example
Text Example
White with #C983C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C983C2; }
p { color: rgb(201,131,194); }
H1.HeaderClassName
{
color: #C983C2;
}
.AnyTagClassName
{
color: #C983C2;
}
</style>
background-color css
<style>
a { background-color: #C983C2; }
a { background-color: rgb(201,131,194); }
div.DivClassName
{
background-color: #C983C2;
}
.BgClassName
{
background-color: #C983C2;
}
</style>
border-color css
<style>
span { border-color: #C983C2; }
span { border-color: rgb(201,131,194); }
td.TdClassName
{
border-color: #C983C2;
}
.TagClassName
{
border-color: #C983C2;
}
</style>