Shades of Lilac #C088C7
Tints of Lilac #C088C7
RGB
CMYK
RGB Variations
Color information
#C088C7 (or 0xC088C7) is known color: Lilac. HEX triplet: C0, 88 and C7. RGB value is (192,136,199). Sum of RGB (Red+Green+Blue) = 192+136+199=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 199 - color contains mainly: blue. Hex color #C088C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088C7 is #3F7738. Grayscale: #9F9F9F. Windows color (decimal): -4159289 or 13076672. OLE color: 13076672.
HSL color Cylindrical-coordinate representation of color #C088C7: hue angle of 293.33º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C088C7 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 136 | 199 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.22 |
| HSL | 293.33º | 0.36% | 0.66% | - |
| HSV(B) | 293.33º | 0.32% | 0.78% | - |
| XYZ | 40.85 | 32.94 | 58.24 | - |
| YUV | 159.93 | 150.05 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 199 | 0.04 | 0.32 | 0 | 0.22 | 293.33 | 0.36 | 0.66 |
| Hex | C0 | 88 | C7 | 4 | 20 | 0 | 16 | 125 | 24 | 42 |
| Octal | 300 | 210 | 307 | 4 | 40 | 0 | 26 | 445 | 44 | 102 |
| Binary | 11000000 | 10001000 | 11000111 | 100 | 100000 | 0 | 10110 | 100100101 | 100100 | 1000010 |
Color Harmonies of #C088C7
Complementary color
Monochromatic Colors of #C088C7
Black with #C088C7
Text Example
Text Example
White with #C088C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088C7; }
p { color: rgb(192,136,199); }
H1.HeaderClassName
{
color: #C088C7;
}
.AnyTagClassName
{
color: #C088C7;
}
</style>
background-color css
<style>
a { background-color: #C088C7; }
a { background-color: rgb(192,136,199); }
div.DivClassName
{
background-color: #C088C7;
}
.BgClassName
{
background-color: #C088C7;
}
</style>
border-color css
<style>
span { border-color: #C088C7; }
span { border-color: rgb(192,136,199); }
td.TdClassName
{
border-color: #C088C7;
}
.TagClassName
{
border-color: #C088C7;
}
</style>