Shades of Lilac #C08FCB
Tints of Lilac #C08FCB
RGB
CMYK
RGB Variations
Color information
#C08FCB (or 0xC08FCB) is known color: Lilac. HEX triplet: C0, 8F and CB. RGB value is (192,143,203). Sum of RGB (Red+Green+Blue) = 192+143+203=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #C08FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FCB is #3F7034. Grayscale: #A4A4A4. Windows color (decimal): -4157493 or 13340608. OLE color: 13340608.
HSL color Cylindrical-coordinate representation of color #C08FCB: hue angle of 289º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08FCB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 143 | 203 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.20 |
| HSL | 289º | 0.37% | 0.68% | - |
| HSV(B) | 289º | 0.3% | 0.8% | - |
| XYZ | 42.34 | 35.16 | 61.06 | - |
| YUV | 164.49 | 149.73 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 203 | 0.05 | 0.30 | 0 | 0.20 | 289 | 0.37 | 0.68 |
| Hex | C0 | 8F | CB | 5 | 1E | 0 | 14 | 121 | 25 | 44 |
| Octal | 300 | 217 | 313 | 5 | 36 | 0 | 24 | 441 | 45 | 104 |
| Binary | 11000000 | 10001111 | 11001011 | 101 | 11110 | 0 | 10100 | 100100001 | 100101 | 1000100 |
Color Harmonies of #C08FCB
Complementary color
Monochromatic Colors of #C08FCB
Black with #C08FCB
Text Example
Text Example
White with #C08FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FCB; }
p { color: rgb(192,143,203); }
H1.HeaderClassName
{
color: #C08FCB;
}
.AnyTagClassName
{
color: #C08FCB;
}
</style>
background-color css
<style>
a { background-color: #C08FCB; }
a { background-color: rgb(192,143,203); }
div.DivClassName
{
background-color: #C08FCB;
}
.BgClassName
{
background-color: #C08FCB;
}
</style>
border-color css
<style>
span { border-color: #C08FCB; }
span { border-color: rgb(192,143,203); }
td.TdClassName
{
border-color: #C08FCB;
}
.TagClassName
{
border-color: #C08FCB;
}
</style>