Shades of Lilac #C890C5
Tints of Lilac #C890C5
RGB
CMYK
RGB Variations
Color information
#C890C5 (or 0xC890C5) is known color: Lilac. HEX triplet: C8, 90 and C5. RGB value is (200,144,197). Sum of RGB (Red+Green+Blue) = 200+144+197=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 200 - color contains mainly: red. Hex color #C890C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C890C5 is #376F3A. Grayscale: #A6A6A6. Windows color (decimal): -3632955 or 12947656. OLE color: 12947656.
HSL color Cylindrical-coordinate representation of color #C890C5: hue angle of 303.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C890C5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 144 | 197 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.22 |
| HSL | 303.21º | 0.34% | 0.67% | - |
| HSV(B) | 303.21º | 0.28% | 0.78% | - |
| XYZ | 43.87 | 36.26 | 57.51 | - |
| YUV | 166.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 197 | 0 | 0.28 | 0.02 | 0.22 | 303.21 | 0.34 | 0.67 |
| Hex | C8 | 90 | C5 | 0 | 1C | 2 | 16 | 12F | 22 | 43 |
| Octal | 310 | 220 | 305 | 0 | 34 | 2 | 26 | 457 | 42 | 103 |
| Binary | 11001000 | 10010000 | 11000101 | 0 | 11100 | 10 | 10110 | 100101111 | 100010 | 1000011 |
Color Harmonies of #C890C5
Complementary color
Monochromatic Colors of #C890C5
Black with #C890C5
Text Example
Text Example
White with #C890C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890C5; }
p { color: rgb(200,144,197); }
H1.HeaderClassName
{
color: #C890C5;
}
.AnyTagClassName
{
color: #C890C5;
}
</style>
background-color css
<style>
a { background-color: #C890C5; }
a { background-color: rgb(200,144,197); }
div.DivClassName
{
background-color: #C890C5;
}
.BgClassName
{
background-color: #C890C5;
}
</style>
border-color css
<style>
span { border-color: #C890C5; }
span { border-color: rgb(200,144,197); }
td.TdClassName
{
border-color: #C890C5;
}
.TagClassName
{
border-color: #C890C5;
}
</style>