Shades of Lilac #C08DC3
Tints of Lilac #C08DC3
RGB
CMYK
RGB Variations
Color information
#C08DC3 (or 0xC08DC3) is known color: Lilac. HEX triplet: C0, 8D and C3. RGB value is (192,141,195). Sum of RGB (Red+Green+Blue) = 192+141+195=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 195 - color contains mainly: blue. Hex color #C08DC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DC3 is #3F723C. Grayscale: #A2A2A2. Windows color (decimal): -4158013 or 12815808. OLE color: 12815808.
HSL color Cylindrical-coordinate representation of color #C08DC3: hue angle of 296.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08DC3 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 141 | 195 | - |
| CMYK | 0.02 | 0.28 | 0 | 0.24 |
| HSL | 296.67º | 0.31% | 0.66% | - |
| HSV(B) | 296.67º | 0.28% | 0.76% | - |
| XYZ | 41.11 | 34.2 | 56.06 | - |
| YUV | 162.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 195 | 0.02 | 0.28 | 0 | 0.24 | 296.67 | 0.31 | 0.66 |
| Hex | C0 | 8D | C3 | 2 | 1C | 0 | 18 | 129 | 1F | 42 |
| Octal | 300 | 215 | 303 | 2 | 34 | 0 | 30 | 451 | 37 | 102 |
| Binary | 11000000 | 10001101 | 11000011 | 10 | 11100 | 0 | 11000 | 100101001 | 11111 | 1000010 |
Color Harmonies of #C08DC3
Complementary color
Monochromatic Colors of #C08DC3
Black with #C08DC3
Text Example
Text Example
White with #C08DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DC3; }
p { color: rgb(192,141,195); }
H1.HeaderClassName
{
color: #C08DC3;
}
.AnyTagClassName
{
color: #C08DC3;
}
</style>
background-color css
<style>
a { background-color: #C08DC3; }
a { background-color: rgb(192,141,195); }
div.DivClassName
{
background-color: #C08DC3;
}
.BgClassName
{
background-color: #C08DC3;
}
</style>
border-color css
<style>
span { border-color: #C08DC3; }
span { border-color: rgb(192,141,195); }
td.TdClassName
{
border-color: #C08DC3;
}
.TagClassName
{
border-color: #C08DC3;
}
</style>