Shades of Lilac #C89BCA
Tints of Lilac #C89BCA
RGB
CMYK
RGB Variations
Color information
#C89BCA (or 0xC89BCA) is known color: Lilac. HEX triplet: C8, 9B and CA. RGB value is (200,155,202). Sum of RGB (Red+Green+Blue) = 200+155+202=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 155 (60.94% from 255 or 27.83% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 202 - color contains mainly: blue. Hex color #C89BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C89BCA is #376435. Grayscale: #ADADAD. Windows color (decimal): -3630134 or 13278152. OLE color: 13278152.
HSL color Cylindrical-coordinate representation of color #C89BCA: hue angle of 297.45º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C89BCA is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 155 | 202 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.21 |
| HSL | 297.45º | 0.31% | 0.7% | - |
| HSV(B) | 297.45º | 0.23% | 0.79% | - |
| XYZ | 46.2 | 39.99 | 61.16 | - |
| YUV | 173.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 155 | 202 | 0.01 | 0.23 | 0 | 0.21 | 297.45 | 0.31 | 0.7 |
| Hex | C8 | 9B | CA | 1 | 17 | 0 | 15 | 129 | 1F | 46 |
| Octal | 310 | 233 | 312 | 1 | 27 | 0 | 25 | 451 | 37 | 106 |
| Binary | 11001000 | 10011011 | 11001010 | 1 | 10111 | 0 | 10101 | 100101001 | 11111 | 1000110 |
Color Harmonies of #C89BCA
Complementary color
Monochromatic Colors of #C89BCA
Black with #C89BCA
Text Example
Text Example
White with #C89BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89BCA; }
p { color: rgb(200,155,202); }
H1.HeaderClassName
{
color: #C89BCA;
}
.AnyTagClassName
{
color: #C89BCA;
}
</style>
background-color css
<style>
a { background-color: #C89BCA; }
a { background-color: rgb(200,155,202); }
div.DivClassName
{
background-color: #C89BCA;
}
.BgClassName
{
background-color: #C89BCA;
}
</style>
border-color css
<style>
span { border-color: #C89BCA; }
span { border-color: rgb(200,155,202); }
td.TdClassName
{
border-color: #C89BCA;
}
.TagClassName
{
border-color: #C89BCA;
}
</style>