Shades of Lilac #C09BCA
Tints of Lilac #C09BCA
RGB
CMYK
RGB Variations
Color information
#C09BCA (or 0xC09BCA) is known color: Lilac. HEX triplet: C0, 9B and CA. RGB value is (192,155,202). Sum of RGB (Red+Green+Blue) = 192+155+202=549 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.97% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 202 - color contains mainly: blue. Hex color #C09BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BCA is #3F6435. Grayscale: #ABABAB. Windows color (decimal): -4154422 or 13278144. OLE color: 13278144.
HSL color Cylindrical-coordinate representation of color #C09BCA: hue angle of 287.23º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09BCA is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 155 | 202 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.21 |
| HSL | 287.23º | 0.31% | 0.7% | - |
| HSV(B) | 287.23º | 0.23% | 0.79% | - |
| XYZ | 44.12 | 38.91 | 61.06 | - |
| YUV | 171.42 | 145.26 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 202 | 0.05 | 0.23 | 0 | 0.21 | 287.23 | 0.31 | 0.7 |
| Hex | C0 | 9B | CA | 5 | 17 | 0 | 15 | 11F | 1F | 46 |
| Octal | 300 | 233 | 312 | 5 | 27 | 0 | 25 | 437 | 37 | 106 |
| Binary | 11000000 | 10011011 | 11001010 | 101 | 10111 | 0 | 10101 | 100011111 | 11111 | 1000110 |
Color Harmonies of #C09BCA
Complementary color
Monochromatic Colors of #C09BCA
Black with #C09BCA
Text Example
Text Example
White with #C09BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BCA; }
p { color: rgb(192,155,202); }
H1.HeaderClassName
{
color: #C09BCA;
}
.AnyTagClassName
{
color: #C09BCA;
}
</style>
background-color css
<style>
a { background-color: #C09BCA; }
a { background-color: rgb(192,155,202); }
div.DivClassName
{
background-color: #C09BCA;
}
.BgClassName
{
background-color: #C09BCA;
}
</style>
border-color css
<style>
span { border-color: #C09BCA; }
span { border-color: rgb(192,155,202); }
td.TdClassName
{
border-color: #C09BCA;
}
.TagClassName
{
border-color: #C09BCA;
}
</style>