Shades of Lilac #C183CD
Tints of Lilac #C183CD
RGB
CMYK
RGB Variations
Color information
#C183CD (or 0xC183CD) is known color: Lilac. HEX triplet: C1, 83 and CD. RGB value is (193,131,205). Sum of RGB (Red+Green+Blue) = 193+131+205=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C183CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183CD is #3E7C32. Grayscale: #9D9D9D. Windows color (decimal): -4095027 or 13468609. OLE color: 13468609.
HSL color Cylindrical-coordinate representation of color #C183CD: hue angle of 290.27º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C183CD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 131 | 205 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.20 |
| HSL | 290.27º | 0.43% | 0.66% | - |
| HSV(B) | 290.27º | 0.36% | 0.8% | - |
| XYZ | 41.13 | 31.98 | 61.76 | - |
| YUV | 157.97 | 154.54 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 205 | 0.06 | 0.36 | 0 | 0.20 | 290.27 | 0.43 | 0.66 |
| Hex | C1 | 83 | CD | 6 | 24 | 0 | 14 | 122 | 2B | 42 |
| Octal | 301 | 203 | 315 | 6 | 44 | 0 | 24 | 442 | 53 | 102 |
| Binary | 11000001 | 10000011 | 11001101 | 110 | 100100 | 0 | 10100 | 100100010 | 101011 | 1000010 |
Color Harmonies of #C183CD
Complementary color
Monochromatic Colors of #C183CD
Black with #C183CD
Text Example
Text Example
White with #C183CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183CD; }
p { color: rgb(193,131,205); }
H1.HeaderClassName
{
color: #C183CD;
}
.AnyTagClassName
{
color: #C183CD;
}
</style>
background-color css
<style>
a { background-color: #C183CD; }
a { background-color: rgb(193,131,205); }
div.DivClassName
{
background-color: #C183CD;
}
.BgClassName
{
background-color: #C183CD;
}
</style>
border-color css
<style>
span { border-color: #C183CD; }
span { border-color: rgb(193,131,205); }
td.TdClassName
{
border-color: #C183CD;
}
.TagClassName
{
border-color: #C183CD;
}
</style>