Shades of Lilac #C090C1
Tints of Lilac #C090C1
RGB
CMYK
RGB Variations
Color information
#C090C1 (or 0xC090C1) is known color: Lilac. HEX triplet: C0, 90 and C1. RGB value is (192,144,193). Sum of RGB (Red+Green+Blue) = 192+144+193=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 144 (56.64% from 255 or 27.22% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #C090C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090C1 is #3F6F3E. Grayscale: #A3A3A3. Windows color (decimal): -4157247 or 12685504. OLE color: 12685504.
HSL color Cylindrical-coordinate representation of color #C090C1: hue angle of 298.78º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090C1 is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 144 | 193 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.24 |
| HSL | 298.78º | 0.28% | 0.66% | - |
| HSV(B) | 298.78º | 0.25% | 0.76% | - |
| XYZ | 41.34 | 35 | 55.03 | - |
| YUV | 163.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 193 | 0.01 | 0.25 | 0 | 0.24 | 298.78 | 0.28 | 0.66 |
| Hex | C0 | 90 | C1 | 1 | 19 | 0 | 18 | 12B | 1C | 42 |
| Octal | 300 | 220 | 301 | 1 | 31 | 0 | 30 | 453 | 34 | 102 |
| Binary | 11000000 | 10010000 | 11000001 | 1 | 11001 | 0 | 11000 | 100101011 | 11100 | 1000010 |
Color Harmonies of #C090C1
Complementary color
Monochromatic Colors of #C090C1
Black with #C090C1
Text Example
Text Example
White with #C090C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090C1; }
p { color: rgb(192,144,193); }
H1.HeaderClassName
{
color: #C090C1;
}
.AnyTagClassName
{
color: #C090C1;
}
</style>
background-color css
<style>
a { background-color: #C090C1; }
a { background-color: rgb(192,144,193); }
div.DivClassName
{
background-color: #C090C1;
}
.BgClassName
{
background-color: #C090C1;
}
</style>
border-color css
<style>
span { border-color: #C090C1; }
span { border-color: rgb(192,144,193); }
td.TdClassName
{
border-color: #C090C1;
}
.TagClassName
{
border-color: #C090C1;
}
</style>