Shades of Lilac #C893CB
Tints of Lilac #C893CB
RGB
CMYK
RGB Variations
Color information
#C893CB (or 0xC893CB) is known color: Lilac. HEX triplet: C8, 93 and CB. RGB value is (200,147,203). Sum of RGB (Red+Green+Blue) = 200+147+203=550 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.36% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #C893CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C893CB is #376C34. Grayscale: #A9A9A9. Windows color (decimal): -3632181 or 13341640. OLE color: 13341640.
HSL color Cylindrical-coordinate representation of color #C893CB: hue angle of 296.79º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C893CB is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 147 | 203 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.20 |
| HSL | 296.79º | 0.35% | 0.69% | - |
| HSV(B) | 296.79º | 0.28% | 0.8% | - |
| XYZ | 45.03 | 37.46 | 61.36 | - |
| YUV | 169.23 | 147.06 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 147 | 203 | 0.01 | 0.28 | 0 | 0.20 | 296.79 | 0.35 | 0.69 |
| Hex | C8 | 93 | CB | 1 | 1C | 0 | 14 | 129 | 23 | 45 |
| Octal | 310 | 223 | 313 | 1 | 34 | 0 | 24 | 451 | 43 | 105 |
| Binary | 11001000 | 10010011 | 11001011 | 1 | 11100 | 0 | 10100 | 100101001 | 100011 | 1000101 |
Color Harmonies of #C893CB
Complementary color
Monochromatic Colors of #C893CB
Black with #C893CB
Text Example
Text Example
White with #C893CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C893CB; }
p { color: rgb(200,147,203); }
H1.HeaderClassName
{
color: #C893CB;
}
.AnyTagClassName
{
color: #C893CB;
}
</style>
background-color css
<style>
a { background-color: #C893CB; }
a { background-color: rgb(200,147,203); }
div.DivClassName
{
background-color: #C893CB;
}
.BgClassName
{
background-color: #C893CB;
}
</style>
border-color css
<style>
span { border-color: #C893CB; }
span { border-color: rgb(200,147,203); }
td.TdClassName
{
border-color: #C893CB;
}
.TagClassName
{
border-color: #C893CB;
}
</style>