Shades of Lilac #C88BCD
Tints of Lilac #C88BCD
RGB
CMYK
RGB Variations
Color information
#C88BCD (or 0xC88BCD) is known color: Lilac. HEX triplet: C8, 8B and CD. RGB value is (200,139,205). Sum of RGB (Red+Green+Blue) = 200+139+205=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #C88BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88BCD is #377432. Grayscale: #A4A4A4. Windows color (decimal): -3634227 or 13470664. OLE color: 13470664.
HSL color Cylindrical-coordinate representation of color #C88BCD: hue angle of 295.45º degrees, saturation: 0.4, 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 #C88BCD is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 139 | 205 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.20 |
| HSL | 295.45º | 0.4% | 0.67% | - |
| HSV(B) | 295.45º | 0.32% | 0.8% | - |
| XYZ | 44.07 | 35.15 | 62.22 | - |
| YUV | 164.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 139 | 205 | 0.02 | 0.32 | 0 | 0.20 | 295.45 | 0.4 | 0.67 |
| Hex | C8 | 8B | CD | 2 | 20 | 0 | 14 | 127 | 28 | 43 |
| Octal | 310 | 213 | 315 | 2 | 40 | 0 | 24 | 447 | 50 | 103 |
| Binary | 11001000 | 10001011 | 11001101 | 10 | 100000 | 0 | 10100 | 100100111 | 101000 | 1000011 |
Color Harmonies of #C88BCD
Complementary color
Monochromatic Colors of #C88BCD
Black with #C88BCD
Text Example
Text Example
White with #C88BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88BCD; }
p { color: rgb(200,139,205); }
H1.HeaderClassName
{
color: #C88BCD;
}
.AnyTagClassName
{
color: #C88BCD;
}
</style>
background-color css
<style>
a { background-color: #C88BCD; }
a { background-color: rgb(200,139,205); }
div.DivClassName
{
background-color: #C88BCD;
}
.BgClassName
{
background-color: #C88BCD;
}
</style>
border-color css
<style>
span { border-color: #C88BCD; }
span { border-color: rgb(200,139,205); }
td.TdClassName
{
border-color: #C88BCD;
}
.TagClassName
{
border-color: #C88BCD;
}
</style>