Shades of Lilac #C088CB
Tints of Lilac #C088CB
RGB
CMYK
RGB Variations
Color information
#C088CB (or 0xC088CB) is known color: Lilac. HEX triplet: C0, 88 and CB. RGB value is (192,136,203). Sum of RGB (Red+Green+Blue) = 192+136+203=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: blue. Hex color #C088CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088CB is #3F7734. Grayscale: #A0A0A0. Windows color (decimal): -4159285 or 13338816. OLE color: 13338816.
HSL color Cylindrical-coordinate representation of color #C088CB: hue angle of 290.15º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C088CB is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 136 | 203 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.20 |
| HSL | 290.15º | 0.39% | 0.66% | - |
| HSV(B) | 290.15º | 0.33% | 0.8% | - |
| XYZ | 41.32 | 33.13 | 60.72 | - |
| YUV | 160.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 203 | 0.05 | 0.33 | 0 | 0.20 | 290.15 | 0.39 | 0.66 |
| Hex | C0 | 88 | CB | 5 | 21 | 0 | 14 | 122 | 27 | 42 |
| Octal | 300 | 210 | 313 | 5 | 41 | 0 | 24 | 442 | 47 | 102 |
| Binary | 11000000 | 10001000 | 11001011 | 101 | 100001 | 0 | 10100 | 100100010 | 100111 | 1000010 |
Color Harmonies of #C088CB
Complementary color
Monochromatic Colors of #C088CB
Black with #C088CB
Text Example
Text Example
White with #C088CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088CB; }
p { color: rgb(192,136,203); }
H1.HeaderClassName
{
color: #C088CB;
}
.AnyTagClassName
{
color: #C088CB;
}
</style>
background-color css
<style>
a { background-color: #C088CB; }
a { background-color: rgb(192,136,203); }
div.DivClassName
{
background-color: #C088CB;
}
.BgClassName
{
background-color: #C088CB;
}
</style>
border-color css
<style>
span { border-color: #C088CB; }
span { border-color: rgb(192,136,203); }
td.TdClassName
{
border-color: #C088CB;
}
.TagClassName
{
border-color: #C088CB;
}
</style>