Shades of Lilac #C389CA
Tints of Lilac #C389CA
RGB
CMYK
RGB Variations
Color information
#C389CA (or 0xC389CA) is known color: Lilac. HEX triplet: C3, 89 and CA. RGB value is (195,137,202). Sum of RGB (Red+Green+Blue) = 195+137+202=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 137 (53.91% from 255 or 25.66% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C389CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C389CA is #3C7635. Grayscale: #A1A1A1. Windows color (decimal): -3962422 or 13273539. OLE color: 13273539.
HSL color Cylindrical-coordinate representation of color #C389CA: hue angle of 293.54º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C389CA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 195 | 137 | 202 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.21 |
| HSL | 293.54º | 0.38% | 0.66% | - |
| HSV(B) | 293.54º | 0.32% | 0.79% | - |
| XYZ | 42.11 | 33.76 | 60.17 | - |
| YUV | 161.75 | 150.72 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 137 | 202 | 0.03 | 0.32 | 0 | 0.21 | 293.54 | 0.38 | 0.66 |
| Hex | C3 | 89 | CA | 3 | 20 | 0 | 15 | 126 | 26 | 42 |
| Octal | 303 | 211 | 312 | 3 | 40 | 0 | 25 | 446 | 46 | 102 |
| Binary | 11000011 | 10001001 | 11001010 | 11 | 100000 | 0 | 10101 | 100100110 | 100110 | 1000010 |
Color Harmonies of #C389CA
Complementary color
Monochromatic Colors of #C389CA
Black with #C389CA
Text Example
Text Example
White with #C389CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C389CA; }
p { color: rgb(195,137,202); }
H1.HeaderClassName
{
color: #C389CA;
}
.AnyTagClassName
{
color: #C389CA;
}
</style>
background-color css
<style>
a { background-color: #C389CA; }
a { background-color: rgb(195,137,202); }
div.DivClassName
{
background-color: #C389CA;
}
.BgClassName
{
background-color: #C389CA;
}
</style>
border-color css
<style>
span { border-color: #C389CA; }
span { border-color: rgb(195,137,202); }
td.TdClassName
{
border-color: #C389CA;
}
.TagClassName
{
border-color: #C389CA;
}
</style>