Shades of Lilac #C188CD
Tints of Lilac #C188CD
RGB
CMYK
RGB Variations
Color information
#C188CD (or 0xC188CD) is known color: Lilac. HEX triplet: C1, 88 and CD. RGB value is (193,136,205). Sum of RGB (Red+Green+Blue) = 193+136+205=534 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.14% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C188CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188CD is #3E7732. Grayscale: #A0A0A0. Windows color (decimal): -4093747 or 13469889. OLE color: 13469889.
HSL color Cylindrical-coordinate representation of color #C188CD: hue angle of 289.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C188CD is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 136 | 205 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.20 |
| HSL | 289.57º | 0.41% | 0.67% | - |
| HSV(B) | 289.57º | 0.34% | 0.8% | - |
| XYZ | 41.82 | 33.35 | 61.99 | - |
| YUV | 160.91 | 152.88 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 205 | 0.06 | 0.34 | 0 | 0.20 | 289.57 | 0.41 | 0.67 |
| Hex | C1 | 88 | CD | 6 | 22 | 0 | 14 | 122 | 29 | 43 |
| Octal | 301 | 210 | 315 | 6 | 42 | 0 | 24 | 442 | 51 | 103 |
| Binary | 11000001 | 10001000 | 11001101 | 110 | 100010 | 0 | 10100 | 100100010 | 101001 | 1000011 |
Color Harmonies of #C188CD
Complementary color
Monochromatic Colors of #C188CD
Black with #C188CD
Text Example
Text Example
White with #C188CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188CD; }
p { color: rgb(193,136,205); }
H1.HeaderClassName
{
color: #C188CD;
}
.AnyTagClassName
{
color: #C188CD;
}
</style>
background-color css
<style>
a { background-color: #C188CD; }
a { background-color: rgb(193,136,205); }
div.DivClassName
{
background-color: #C188CD;
}
.BgClassName
{
background-color: #C188CD;
}
</style>
border-color css
<style>
span { border-color: #C188CD; }
span { border-color: rgb(193,136,205); }
td.TdClassName
{
border-color: #C188CD;
}
.TagClassName
{
border-color: #C188CD;
}
</style>