Shades of Lilac #C88CCB
Tints of Lilac #C88CCB
RGB
CMYK
RGB Variations
Color information
#C88CCB (or 0xC88CCB) is known color: Lilac. HEX triplet: C8, 8C and CB. RGB value is (200,140,203). Sum of RGB (Red+Green+Blue) = 200+140+203=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 140 (55.08% from 255 or 25.78% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #C88CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CCB is #377334. Grayscale: #A4A4A4. Windows color (decimal): -3633973 or 13339848. OLE color: 13339848.
HSL color Cylindrical-coordinate representation of color #C88CCB: hue angle of 297.14º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88CCB is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 140 | 203 | - |
| CMYK | 0.01 | 0.31 | 0 | 0.20 |
| HSL | 297.14º | 0.38% | 0.67% | - |
| HSV(B) | 297.14º | 0.31% | 0.8% | - |
| XYZ | 43.98 | 35.35 | 61 | - |
| YUV | 165.12 | 149.38 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 140 | 203 | 0.01 | 0.31 | 0 | 0.20 | 297.14 | 0.38 | 0.67 |
| Hex | C8 | 8C | CB | 1 | 1F | 0 | 14 | 129 | 26 | 43 |
| Octal | 310 | 214 | 313 | 1 | 37 | 0 | 24 | 451 | 46 | 103 |
| Binary | 11001000 | 10001100 | 11001011 | 1 | 11111 | 0 | 10100 | 100101001 | 100110 | 1000011 |
Color Harmonies of #C88CCB
Complementary color
Monochromatic Colors of #C88CCB
Black with #C88CCB
Text Example
Text Example
White with #C88CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88CCB; }
p { color: rgb(200,140,203); }
H1.HeaderClassName
{
color: #C88CCB;
}
.AnyTagClassName
{
color: #C88CCB;
}
</style>
background-color css
<style>
a { background-color: #C88CCB; }
a { background-color: rgb(200,140,203); }
div.DivClassName
{
background-color: #C88CCB;
}
.BgClassName
{
background-color: #C88CCB;
}
</style>
border-color css
<style>
span { border-color: #C88CCB; }
span { border-color: rgb(200,140,203); }
td.TdClassName
{
border-color: #C88CCB;
}
.TagClassName
{
border-color: #C88CCB;
}
</style>