Shades of Lilac #C883BF
Tints of Lilac #C883BF
RGB
CMYK
RGB Variations
Color information
#C883BF (or 0xC883BF) is known color: Lilac. HEX triplet: C8, 83 and BF. RGB value is (200,131,191). Sum of RGB (Red+Green+Blue) = 200+131+191=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C883BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883BF is #377C40. Grayscale: #9E9E9E. Windows color (decimal): -3636289 or 12551112. OLE color: 12551112.
HSL color Cylindrical-coordinate representation of color #C883BF: hue angle of 307.83º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883BF is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 191 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.22 |
| HSL | 307.83º | 0.39% | 0.65% | - |
| HSV(B) | 307.83º | 0.35% | 0.78% | - |
| XYZ | 41.34 | 32.27 | 53.34 | - |
| YUV | 158.47 | 146.36 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 191 | 0 | 0.34 | 0.04 | 0.22 | 307.83 | 0.39 | 0.65 |
| Hex | C8 | 83 | BF | 0 | 22 | 4 | 16 | 134 | 27 | 41 |
| Octal | 310 | 203 | 277 | 0 | 42 | 4 | 26 | 464 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10111111 | 0 | 100010 | 100 | 10110 | 100110100 | 100111 | 1000001 |
Color Harmonies of #C883BF
Complementary color
Monochromatic Colors of #C883BF
Black with #C883BF
Text Example
Text Example
White with #C883BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883BF; }
p { color: rgb(200,131,191); }
H1.HeaderClassName
{
color: #C883BF;
}
.AnyTagClassName
{
color: #C883BF;
}
</style>
background-color css
<style>
a { background-color: #C883BF; }
a { background-color: rgb(200,131,191); }
div.DivClassName
{
background-color: #C883BF;
}
.BgClassName
{
background-color: #C883BF;
}
</style>
border-color css
<style>
span { border-color: #C883BF; }
span { border-color: rgb(200,131,191); }
td.TdClassName
{
border-color: #C883BF;
}
.TagClassName
{
border-color: #C883BF;
}
</style>