Shades of Lilac #C185CB
Tints of Lilac #C185CB
RGB
CMYK
RGB Variations
Color information
#C185CB (or 0xC185CB) is known color: Lilac. HEX triplet: C1, 85 and CB. RGB value is (193,133,203). Sum of RGB (Red+Green+Blue) = 193+133+203=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C185CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185CB is #3E7A34. Grayscale: #9E9E9E. Windows color (decimal): -4094517 or 13338049. OLE color: 13338049.
HSL color Cylindrical-coordinate representation of color #C185CB: hue angle of 291.43º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C185CB is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 133 | 203 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.20 |
| HSL | 291.43º | 0.4% | 0.66% | - |
| HSV(B) | 291.43º | 0.34% | 0.8% | - |
| XYZ | 41.16 | 32.42 | 60.59 | - |
| YUV | 158.92 | 152.88 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 203 | 0.05 | 0.34 | 0 | 0.20 | 291.43 | 0.4 | 0.66 |
| Hex | C1 | 85 | CB | 5 | 22 | 0 | 14 | 123 | 28 | 42 |
| Octal | 301 | 205 | 313 | 5 | 42 | 0 | 24 | 443 | 50 | 102 |
| Binary | 11000001 | 10000101 | 11001011 | 101 | 100010 | 0 | 10100 | 100100011 | 101000 | 1000010 |
Color Harmonies of #C185CB
Complementary color
Monochromatic Colors of #C185CB
Black with #C185CB
Text Example
Text Example
White with #C185CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185CB; }
p { color: rgb(193,133,203); }
H1.HeaderClassName
{
color: #C185CB;
}
.AnyTagClassName
{
color: #C185CB;
}
</style>
background-color css
<style>
a { background-color: #C185CB; }
a { background-color: rgb(193,133,203); }
div.DivClassName
{
background-color: #C185CB;
}
.BgClassName
{
background-color: #C185CB;
}
</style>
border-color css
<style>
span { border-color: #C185CB; }
span { border-color: rgb(193,133,203); }
td.TdClassName
{
border-color: #C185CB;
}
.TagClassName
{
border-color: #C185CB;
}
</style>