Shades of Lilac #C185CD
Tints of Lilac #C185CD
RGB
CMYK
RGB Variations
Color information
#C185CD (or 0xC185CD) is known color: Lilac. HEX triplet: C1, 85 and CD. RGB value is (193,133,205). Sum of RGB (Red+Green+Blue) = 193+133+205=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 205 - color contains mainly: blue. Hex color #C185CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C185CD is #3E7A32. Grayscale: #9E9E9E. Windows color (decimal): -4094515 or 13469121. OLE color: 13469121.
HSL color Cylindrical-coordinate representation of color #C185CD: hue angle of 290º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C185CD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 133 | 205 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.20 |
| HSL | 290º | 0.42% | 0.66% | - |
| HSV(B) | 290º | 0.35% | 0.8% | - |
| XYZ | 41.4 | 32.52 | 61.85 | - |
| YUV | 159.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 205 | 0.06 | 0.35 | 0 | 0.20 | 290 | 0.42 | 0.66 |
| Hex | C1 | 85 | CD | 6 | 23 | 0 | 14 | 122 | 2A | 42 |
| Octal | 301 | 205 | 315 | 6 | 43 | 0 | 24 | 442 | 52 | 102 |
| Binary | 11000001 | 10000101 | 11001101 | 110 | 100011 | 0 | 10100 | 100100010 | 101010 | 1000010 |
Color Harmonies of #C185CD
Complementary color
Monochromatic Colors of #C185CD
Black with #C185CD
Text Example
Text Example
White with #C185CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185CD; }
p { color: rgb(193,133,205); }
H1.HeaderClassName
{
color: #C185CD;
}
.AnyTagClassName
{
color: #C185CD;
}
</style>
background-color css
<style>
a { background-color: #C185CD; }
a { background-color: rgb(193,133,205); }
div.DivClassName
{
background-color: #C185CD;
}
.BgClassName
{
background-color: #C185CD;
}
</style>
border-color css
<style>
span { border-color: #C185CD; }
span { border-color: rgb(193,133,205); }
td.TdClassName
{
border-color: #C185CD;
}
.TagClassName
{
border-color: #C185CD;
}
</style>