Shades of Lilac #C190CB
Tints of Lilac #C190CB
RGB
CMYK
RGB Variations
Color information
#C190CB (or 0xC190CB) is known color: Lilac. HEX triplet: C1, 90 and CB. RGB value is (193,144,203). Sum of RGB (Red+Green+Blue) = 193+144+203=540 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.74% from 540); Green value is 144 (56.64% from 255 or 26.67% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 203 - color contains mainly: blue. Hex color #C190CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C190CB is #3E6F34. Grayscale: #A5A5A5. Windows color (decimal): -4091701 or 13340865. OLE color: 13340865.
HSL color Cylindrical-coordinate representation of color #C190CB: hue angle of 289.83º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C190CB is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 144 | 203 | - |
| CMYK | 0.05 | 0.29 | 0 | 0.20 |
| HSL | 289.83º | 0.36% | 0.68% | - |
| HSV(B) | 289.83º | 0.29% | 0.8% | - |
| XYZ | 42.75 | 35.6 | 61.12 | - |
| YUV | 165.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 203 | 0.05 | 0.29 | 0 | 0.20 | 289.83 | 0.36 | 0.68 |
| Hex | C1 | 90 | CB | 5 | 1D | 0 | 14 | 122 | 24 | 44 |
| Octal | 301 | 220 | 313 | 5 | 35 | 0 | 24 | 442 | 44 | 104 |
| Binary | 11000001 | 10010000 | 11001011 | 101 | 11101 | 0 | 10100 | 100100010 | 100100 | 1000100 |
Color Harmonies of #C190CB
Complementary color
Monochromatic Colors of #C190CB
Black with #C190CB
Text Example
Text Example
White with #C190CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190CB; }
p { color: rgb(193,144,203); }
H1.HeaderClassName
{
color: #C190CB;
}
.AnyTagClassName
{
color: #C190CB;
}
</style>
background-color css
<style>
a { background-color: #C190CB; }
a { background-color: rgb(193,144,203); }
div.DivClassName
{
background-color: #C190CB;
}
.BgClassName
{
background-color: #C190CB;
}
</style>
border-color css
<style>
span { border-color: #C190CB; }
span { border-color: rgb(193,144,203); }
td.TdClassName
{
border-color: #C190CB;
}
.TagClassName
{
border-color: #C190CB;
}
</style>