Shades of Lilac #C88BCB
Tints of Lilac #C88BCB
RGB
CMYK
RGB Variations
Color information
#C88BCB (or 0xC88BCB) is known color: Lilac. HEX triplet: C8, 8B and CB. RGB value is (200,139,203). Sum of RGB (Red+Green+Blue) = 200+139+203=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #C88BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BCB is #377434. Grayscale: #A4A4A4. Windows color (decimal): -3634229 or 13339592. OLE color: 13339592.
HSL color Cylindrical-coordinate representation of color #C88BCB: hue angle of 297.19º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C88BCB is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 139 | 203 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.20 |
| HSL | 297.19º | 0.38% | 0.67% | - |
| HSV(B) | 297.19º | 0.32% | 0.8% | - |
| XYZ | 43.83 | 35.06 | 60.96 | - |
| YUV | 164.54 | 149.71 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 203 | 0.01 | 0.32 | 0 | 0.20 | 297.19 | 0.38 | 0.67 |
| Hex | C8 | 8B | CB | 1 | 20 | 0 | 14 | 129 | 26 | 43 |
| Octal | 310 | 213 | 313 | 1 | 40 | 0 | 24 | 451 | 46 | 103 |
| Binary | 11001000 | 10001011 | 11001011 | 1 | 100000 | 0 | 10100 | 100101001 | 100110 | 1000011 |
Color Harmonies of #C88BCB
Complementary color
Monochromatic Colors of #C88BCB
Black with #C88BCB
Text Example
Text Example
White with #C88BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BCB; }
p { color: rgb(200,139,203); }
H1.HeaderClassName
{
color: #C88BCB;
}
.AnyTagClassName
{
color: #C88BCB;
}
</style>
background-color css
<style>
a { background-color: #C88BCB; }
a { background-color: rgb(200,139,203); }
div.DivClassName
{
background-color: #C88BCB;
}
.BgClassName
{
background-color: #C88BCB;
}
</style>
border-color css
<style>
span { border-color: #C88BCB; }
span { border-color: rgb(200,139,203); }
td.TdClassName
{
border-color: #C88BCB;
}
.TagClassName
{
border-color: #C88BCB;
}
</style>