Shades of Lilac #C785CD
Tints of Lilac #C785CD
RGB
CMYK
RGB Variations
Color information
#C785CD (or 0xC785CD) is known color: Lilac. HEX triplet: C7, 85 and CD. RGB value is (199,133,205). Sum of RGB (Red+Green+Blue) = 199+133+205=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #C785CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785CD is #387A32. Grayscale: #A0A0A0. Windows color (decimal): -3701299 or 13469127. OLE color: 13469127.
HSL color Cylindrical-coordinate representation of color #C785CD: hue angle of 295º 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 #C785CD is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 133 | 205 | - |
| CMYK | 0.03 | 0.35 | 0 | 0.20 |
| HSL | 295º | 0.42% | 0.66% | - |
| HSV(B) | 295º | 0.35% | 0.8% | - |
| XYZ | 42.96 | 33.32 | 61.93 | - |
| YUV | 160.94 | 152.87 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 205 | 0.03 | 0.35 | 0 | 0.20 | 295 | 0.42 | 0.66 |
| Hex | C7 | 85 | CD | 3 | 23 | 0 | 14 | 127 | 2A | 42 |
| Octal | 307 | 205 | 315 | 3 | 43 | 0 | 24 | 447 | 52 | 102 |
| Binary | 11000111 | 10000101 | 11001101 | 11 | 100011 | 0 | 10100 | 100100111 | 101010 | 1000010 |
Color Harmonies of #C785CD
Complementary color
Monochromatic Colors of #C785CD
Black with #C785CD
Text Example
Text Example
White with #C785CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785CD; }
p { color: rgb(199,133,205); }
H1.HeaderClassName
{
color: #C785CD;
}
.AnyTagClassName
{
color: #C785CD;
}
</style>
background-color css
<style>
a { background-color: #C785CD; }
a { background-color: rgb(199,133,205); }
div.DivClassName
{
background-color: #C785CD;
}
.BgClassName
{
background-color: #C785CD;
}
</style>
border-color css
<style>
span { border-color: #C785CD; }
span { border-color: rgb(199,133,205); }
td.TdClassName
{
border-color: #C785CD;
}
.TagClassName
{
border-color: #C785CD;
}
</style>