Shades of Lilac #C095CB
Tints of Lilac #C095CB
RGB
CMYK
RGB Variations
Color information
#C095CB (or 0xC095CB) is known color: Lilac. HEX triplet: C0, 95 and CB. RGB value is (192,149,203). Sum of RGB (Red+Green+Blue) = 192+149+203=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #C095CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C095CB is #3F6A34. Grayscale: #A7A7A7. Windows color (decimal): -4155957 or 13342144. OLE color: 13342144.
HSL color Cylindrical-coordinate representation of color #C095CB: hue angle of 287.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C095CB is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 149 | 203 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.20 |
| HSL | 287.78º | 0.34% | 0.69% | - |
| HSV(B) | 287.78º | 0.27% | 0.8% | - |
| XYZ | 43.27 | 37.01 | 61.36 | - |
| YUV | 168.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 203 | 0.05 | 0.27 | 0 | 0.20 | 287.78 | 0.34 | 0.69 |
| Hex | C0 | 95 | CB | 5 | 1B | 0 | 14 | 120 | 22 | 45 |
| Octal | 300 | 225 | 313 | 5 | 33 | 0 | 24 | 440 | 42 | 105 |
| Binary | 11000000 | 10010101 | 11001011 | 101 | 11011 | 0 | 10100 | 100100000 | 100010 | 1000101 |
Color Harmonies of #C095CB
Complementary color
Monochromatic Colors of #C095CB
Black with #C095CB
Text Example
Text Example
White with #C095CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C095CB; }
p { color: rgb(192,149,203); }
H1.HeaderClassName
{
color: #C095CB;
}
.AnyTagClassName
{
color: #C095CB;
}
</style>
background-color css
<style>
a { background-color: #C095CB; }
a { background-color: rgb(192,149,203); }
div.DivClassName
{
background-color: #C095CB;
}
.BgClassName
{
background-color: #C095CB;
}
</style>
border-color css
<style>
span { border-color: #C095CB; }
span { border-color: rgb(192,149,203); }
td.TdClassName
{
border-color: #C095CB;
}
.TagClassName
{
border-color: #C095CB;
}
</style>