Shades of Lilac #C18CCD
Tints of Lilac #C18CCD
RGB
CMYK
RGB Variations
Color information
#C18CCD (or 0xC18CCD) is known color: Lilac. HEX triplet: C1, 8C and CD. RGB value is (193,140,205). Sum of RGB (Red+Green+Blue) = 193+140+205=538 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.87% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C18CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CCD is #3E7332. Grayscale: #A3A3A3. Windows color (decimal): -4092723 or 13470913. OLE color: 13470913.
HSL color Cylindrical-coordinate representation of color #C18CCD: hue angle of 288.92º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C18CCD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 140 | 205 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.20 |
| HSL | 288.92º | 0.39% | 0.68% | - |
| HSV(B) | 288.92º | 0.32% | 0.8% | - |
| XYZ | 42.39 | 34.5 | 62.18 | - |
| YUV | 163.26 | 151.56 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 140 | 205 | 0.06 | 0.32 | 0 | 0.20 | 288.92 | 0.39 | 0.68 |
| Hex | C1 | 8C | CD | 6 | 20 | 0 | 14 | 121 | 27 | 44 |
| Octal | 301 | 214 | 315 | 6 | 40 | 0 | 24 | 441 | 47 | 104 |
| Binary | 11000001 | 10001100 | 11001101 | 110 | 100000 | 0 | 10100 | 100100001 | 100111 | 1000100 |
Color Harmonies of #C18CCD
Complementary color
Monochromatic Colors of #C18CCD
Black with #C18CCD
Text Example
Text Example
White with #C18CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18CCD; }
p { color: rgb(193,140,205); }
H1.HeaderClassName
{
color: #C18CCD;
}
.AnyTagClassName
{
color: #C18CCD;
}
</style>
background-color css
<style>
a { background-color: #C18CCD; }
a { background-color: rgb(193,140,205); }
div.DivClassName
{
background-color: #C18CCD;
}
.BgClassName
{
background-color: #C18CCD;
}
</style>
border-color css
<style>
span { border-color: #C18CCD; }
span { border-color: rgb(193,140,205); }
td.TdClassName
{
border-color: #C18CCD;
}
.TagClassName
{
border-color: #C18CCD;
}
</style>