Shades of Lilac #C394CD
Tints of Lilac #C394CD
RGB
CMYK
RGB Variations
Color information
#C394CD (or 0xC394CD) is known color: Lilac. HEX triplet: C3, 94 and CD. RGB value is (195,148,205). Sum of RGB (Red+Green+Blue) = 195+148+205=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 205 - color contains mainly: blue. Hex color #C394CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394CD is #3C6B32. Grayscale: #A8A8A8. Windows color (decimal): -3959603 or 13472963. OLE color: 13472963.
HSL color Cylindrical-coordinate representation of color #C394CD: hue angle of 289.47º degrees, saturation: 0.36, 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 #C394CD is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 148 | 205 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.20 |
| HSL | 289.47º | 0.36% | 0.69% | - |
| HSV(B) | 289.47º | 0.28% | 0.8% | - |
| XYZ | 44.12 | 37.19 | 62.61 | - |
| YUV | 168.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 205 | 0.05 | 0.28 | 0 | 0.20 | 289.47 | 0.36 | 0.69 |
| Hex | C3 | 94 | CD | 5 | 1C | 0 | 14 | 121 | 24 | 45 |
| Octal | 303 | 224 | 315 | 5 | 34 | 0 | 24 | 441 | 44 | 105 |
| Binary | 11000011 | 10010100 | 11001101 | 101 | 11100 | 0 | 10100 | 100100001 | 100100 | 1000101 |
Color Harmonies of #C394CD
Complementary color
Monochromatic Colors of #C394CD
Black with #C394CD
Text Example
Text Example
White with #C394CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C394CD; }
p { color: rgb(195,148,205); }
H1.HeaderClassName
{
color: #C394CD;
}
.AnyTagClassName
{
color: #C394CD;
}
</style>
background-color css
<style>
a { background-color: #C394CD; }
a { background-color: rgb(195,148,205); }
div.DivClassName
{
background-color: #C394CD;
}
.BgClassName
{
background-color: #C394CD;
}
</style>
border-color css
<style>
span { border-color: #C394CD; }
span { border-color: rgb(195,148,205); }
td.TdClassName
{
border-color: #C394CD;
}
.TagClassName
{
border-color: #C394CD;
}
</style>