Shades of Lilac #C183CB
Tints of Lilac #C183CB
RGB
CMYK
RGB Variations
Color information
#C183CB (or 0xC183CB) is known color: Lilac. HEX triplet: C1, 83 and CB. RGB value is (193,131,203). Sum of RGB (Red+Green+Blue) = 193+131+203=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 203 - color contains mainly: blue. Hex color #C183CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183CB is #3E7C34. Grayscale: #9D9D9D. Windows color (decimal): -4095029 or 13337537. OLE color: 13337537.
HSL color Cylindrical-coordinate representation of color #C183CB: hue angle of 291.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C183CB is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 131 | 203 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.20 |
| HSL | 291.67º | 0.41% | 0.65% | - |
| HSV(B) | 291.67º | 0.35% | 0.8% | - |
| XYZ | 40.89 | 31.88 | 60.5 | - |
| YUV | 157.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 203 | 0.05 | 0.35 | 0 | 0.20 | 291.67 | 0.41 | 0.65 |
| Hex | C1 | 83 | CB | 5 | 23 | 0 | 14 | 124 | 29 | 41 |
| Octal | 301 | 203 | 313 | 5 | 43 | 0 | 24 | 444 | 51 | 101 |
| Binary | 11000001 | 10000011 | 11001011 | 101 | 100011 | 0 | 10100 | 100100100 | 101001 | 1000001 |
Color Harmonies of #C183CB
Complementary color
Monochromatic Colors of #C183CB
Black with #C183CB
Text Example
Text Example
White with #C183CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183CB; }
p { color: rgb(193,131,203); }
H1.HeaderClassName
{
color: #C183CB;
}
.AnyTagClassName
{
color: #C183CB;
}
</style>
background-color css
<style>
a { background-color: #C183CB; }
a { background-color: rgb(193,131,203); }
div.DivClassName
{
background-color: #C183CB;
}
.BgClassName
{
background-color: #C183CB;
}
</style>
border-color css
<style>
span { border-color: #C183CB; }
span { border-color: rgb(193,131,203); }
td.TdClassName
{
border-color: #C183CB;
}
.TagClassName
{
border-color: #C183CB;
}
</style>