Shades of Lilac #C08DC4
Tints of Lilac #C08DC4
RGB
CMYK
RGB Variations
Color information
#C08DC4 (or 0xC08DC4) is known color: Lilac. HEX triplet: C0, 8D and C4. RGB value is (192,141,196). Sum of RGB (Red+Green+Blue) = 192+141+196=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 196 (76.95% from 255 or 37.05% from 529); Max value from RGB is 196 - color contains mainly: blue. Hex color #C08DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DC4 is #3F723B. Grayscale: #A2A2A2. Windows color (decimal): -4158012 or 12881344. OLE color: 12881344.
HSL color Cylindrical-coordinate representation of color #C08DC4: hue angle of 295.64º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08DC4 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 141 | 196 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.23 |
| HSL | 295.64º | 0.32% | 0.66% | - |
| HSV(B) | 295.64º | 0.28% | 0.77% | - |
| XYZ | 41.23 | 34.24 | 56.66 | - |
| YUV | 162.52 | 146.9 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 196 | 0.02 | 0.28 | 0 | 0.23 | 295.64 | 0.32 | 0.66 |
| Hex | C0 | 8D | C4 | 2 | 1C | 0 | 17 | 128 | 20 | 42 |
| Octal | 300 | 215 | 304 | 2 | 34 | 0 | 27 | 450 | 40 | 102 |
| Binary | 11000000 | 10001101 | 11000100 | 10 | 11100 | 0 | 10111 | 100101000 | 100000 | 1000010 |
Color Harmonies of #C08DC4
Complementary color
Monochromatic Colors of #C08DC4
Black with #C08DC4
Text Example
Text Example
White with #C08DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DC4; }
p { color: rgb(192,141,196); }
H1.HeaderClassName
{
color: #C08DC4;
}
.AnyTagClassName
{
color: #C08DC4;
}
</style>
background-color css
<style>
a { background-color: #C08DC4; }
a { background-color: rgb(192,141,196); }
div.DivClassName
{
background-color: #C08DC4;
}
.BgClassName
{
background-color: #C08DC4;
}
</style>
border-color css
<style>
span { border-color: #C08DC4; }
span { border-color: rgb(192,141,196); }
td.TdClassName
{
border-color: #C08DC4;
}
.TagClassName
{
border-color: #C08DC4;
}
</style>