Shades of Lilac #C88CBE
Tints of Lilac #C88CBE
RGB
CMYK
RGB Variations
Color information
#C88CBE (or 0xC88CBE) is known color: Lilac. HEX triplet: C8, 8C and BE. RGB value is (200,140,190). Sum of RGB (Red+Green+Blue) = 200+140+190=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CBE is #377341. Grayscale: #A3A3A3. Windows color (decimal): -3633986 or 12487880. OLE color: 12487880.
HSL color Cylindrical-coordinate representation of color #C88CBE: hue angle of 310º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88CBE is Cyan = 0, Magento = 0.3, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 140 | 190 | - |
| CMYK | 0 | 0.3 | 0.05 | 0.22 |
| HSL | 310º | 0.35% | 0.67% | - |
| HSV(B) | 310º | 0.3% | 0.78% | - |
| XYZ | 42.49 | 34.75 | 53.18 | - |
| YUV | 163.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 190 | 0 | 0.3 | 0.05 | 0.22 | 310 | 0.35 | 0.67 |
| Hex | C8 | 8C | BE | 0 | 1E | 5 | 16 | 136 | 23 | 43 |
| Octal | 310 | 214 | 276 | 0 | 36 | 5 | 26 | 466 | 43 | 103 |
| Binary | 11001000 | 10001100 | 10111110 | 0 | 11110 | 101 | 10110 | 100110110 | 100011 | 1000011 |
Color Harmonies of #C88CBE
Complementary color
Monochromatic Colors of #C88CBE
Black with #C88CBE
Text Example
Text Example
White with #C88CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CBE; }
p { color: rgb(200,140,190); }
H1.HeaderClassName
{
color: #C88CBE;
}
.AnyTagClassName
{
color: #C88CBE;
}
</style>
background-color css
<style>
a { background-color: #C88CBE; }
a { background-color: rgb(200,140,190); }
div.DivClassName
{
background-color: #C88CBE;
}
.BgClassName
{
background-color: #C88CBE;
}
</style>
border-color css
<style>
span { border-color: #C88CBE; }
span { border-color: rgb(200,140,190); }
td.TdClassName
{
border-color: #C88CBE;
}
.TagClassName
{
border-color: #C88CBE;
}
</style>