Shades of Lilac #C095C9
Tints of Lilac #C095C9
RGB
CMYK
RGB Variations
Color information
#C095C9 (or 0xC095C9) is known color: Lilac. HEX triplet: C0, 95 and C9. RGB value is (192,149,201). Sum of RGB (Red+Green+Blue) = 192+149+201=542 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.42% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #C095C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095C9 is #3F6A36. Grayscale: #A7A7A7. Windows color (decimal): -4155959 or 13211072. OLE color: 13211072.
HSL color Cylindrical-coordinate representation of color #C095C9: hue angle of 289.62º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C095C9 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 149 | 201 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.21 |
| HSL | 289.62º | 0.33% | 0.69% | - |
| HSV(B) | 289.62º | 0.26% | 0.79% | - |
| XYZ | 43.03 | 36.92 | 60.12 | - |
| YUV | 167.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 201 | 0.04 | 0.26 | 0 | 0.21 | 289.62 | 0.33 | 0.69 |
| Hex | C0 | 95 | C9 | 4 | 1A | 0 | 15 | 122 | 20 | 45 |
| Octal | 300 | 225 | 311 | 4 | 32 | 0 | 25 | 442 | 40 | 105 |
| Binary | 11000000 | 10010101 | 11001001 | 100 | 11010 | 0 | 10101 | 100100010 | 100000 | 1000101 |
Color Harmonies of #C095C9
Complementary color
Monochromatic Colors of #C095C9
Black with #C095C9
Text Example
Text Example
White with #C095C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095C9; }
p { color: rgb(192,149,201); }
H1.HeaderClassName
{
color: #C095C9;
}
.AnyTagClassName
{
color: #C095C9;
}
</style>
background-color css
<style>
a { background-color: #C095C9; }
a { background-color: rgb(192,149,201); }
div.DivClassName
{
background-color: #C095C9;
}
.BgClassName
{
background-color: #C095C9;
}
</style>
border-color css
<style>
span { border-color: #C095C9; }
span { border-color: rgb(192,149,201); }
td.TdClassName
{
border-color: #C095C9;
}
.TagClassName
{
border-color: #C095C9;
}
</style>