Shades of Lilac #C09BC4
Tints of Lilac #C09BC4
RGB
CMYK
RGB Variations
Color information
#C09BC4 (or 0xC09BC4) is known color: Lilac. HEX triplet: C0, 9B and C4. RGB value is (192,155,196). Sum of RGB (Red+Green+Blue) = 192+155+196=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 196 - color contains mainly: blue. Hex color #C09BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BC4 is #3F643B. Grayscale: #AAAAAA. Windows color (decimal): -4154428 or 12884928. OLE color: 12884928.
HSL color Cylindrical-coordinate representation of color #C09BC4: hue angle of 294.15º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C09BC4 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 155 | 196 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.23 |
| HSL | 294.15º | 0.26% | 0.69% | - |
| HSV(B) | 294.15º | 0.21% | 0.77% | - |
| XYZ | 43.42 | 38.63 | 57.39 | - |
| YUV | 170.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 196 | 0.02 | 0.21 | 0 | 0.23 | 294.15 | 0.26 | 0.69 |
| Hex | C0 | 9B | C4 | 2 | 15 | 0 | 17 | 126 | 1A | 45 |
| Octal | 300 | 233 | 304 | 2 | 25 | 0 | 27 | 446 | 32 | 105 |
| Binary | 11000000 | 10011011 | 11000100 | 10 | 10101 | 0 | 10111 | 100100110 | 11010 | 1000101 |
Color Harmonies of #C09BC4
Complementary color
Monochromatic Colors of #C09BC4
Black with #C09BC4
Text Example
Text Example
White with #C09BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BC4; }
p { color: rgb(192,155,196); }
H1.HeaderClassName
{
color: #C09BC4;
}
.AnyTagClassName
{
color: #C09BC4;
}
</style>
background-color css
<style>
a { background-color: #C09BC4; }
a { background-color: rgb(192,155,196); }
div.DivClassName
{
background-color: #C09BC4;
}
.BgClassName
{
background-color: #C09BC4;
}
</style>
border-color css
<style>
span { border-color: #C09BC4; }
span { border-color: rgb(192,155,196); }
td.TdClassName
{
border-color: #C09BC4;
}
.TagClassName
{
border-color: #C09BC4;
}
</style>