Shades of Lilac #C09CC1
Tints of Lilac #C09CC1
RGB
CMYK
RGB Variations
Color information
#C09CC1 (or 0xC09CC1) is known color: Lilac. HEX triplet: C0, 9C and C1. RGB value is (192,156,193). Sum of RGB (Red+Green+Blue) = 192+156+193=541 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.49% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 193 - color contains mainly: blue. Hex color #C09CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CC1 is #3F633E. Grayscale: #AAAAAA. Windows color (decimal): -4154175 or 12688576. OLE color: 12688576.
HSL color Cylindrical-coordinate representation of color #C09CC1: hue angle of 298.38º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C09CC1 is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 156 | 193 | - |
| CMYK | 0.01 | 0.19 | 0 | 0.24 |
| HSL | 298.38º | 0.23% | 0.68% | - |
| HSV(B) | 298.38º | 0.19% | 0.76% | - |
| XYZ | 43.25 | 38.83 | 55.67 | - |
| YUV | 170.98 | 140.43 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 193 | 0.01 | 0.19 | 0 | 0.24 | 298.38 | 0.23 | 0.68 |
| Hex | C0 | 9C | C1 | 1 | 13 | 0 | 18 | 12A | 17 | 44 |
| Octal | 300 | 234 | 301 | 1 | 23 | 0 | 30 | 452 | 27 | 104 |
| Binary | 11000000 | 10011100 | 11000001 | 1 | 10011 | 0 | 11000 | 100101010 | 10111 | 1000100 |
Color Harmonies of #C09CC1
Complementary color
Monochromatic Colors of #C09CC1
Black with #C09CC1
Text Example
Text Example
White with #C09CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CC1; }
p { color: rgb(192,156,193); }
H1.HeaderClassName
{
color: #C09CC1;
}
.AnyTagClassName
{
color: #C09CC1;
}
</style>
background-color css
<style>
a { background-color: #C09CC1; }
a { background-color: rgb(192,156,193); }
div.DivClassName
{
background-color: #C09CC1;
}
.BgClassName
{
background-color: #C09CC1;
}
</style>
border-color css
<style>
span { border-color: #C09CC1; }
span { border-color: rgb(192,156,193); }
td.TdClassName
{
border-color: #C09CC1;
}
.TagClassName
{
border-color: #C09CC1;
}
</style>