Shades of Lilac #C785BD
Tints of Lilac #C785BD
RGB
CMYK
RGB Variations
Color information
#C785BD (or 0xC785BD) is known color: Lilac. HEX triplet: C7, 85 and BD. RGB value is (199,133,189). Sum of RGB (Red+Green+Blue) = 199+133+189=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C785BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785BD is #387A42. Grayscale: #9E9E9E. Windows color (decimal): -3701315 or 12420551. OLE color: 12420551.
HSL color Cylindrical-coordinate representation of color #C785BD: hue angle of 309.09º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C785BD is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 189 | - |
| CMYK | 0 | 0.33 | 0.05 | 0.22 |
| HSL | 309.09º | 0.37% | 0.65% | - |
| HSV(B) | 309.09º | 0.33% | 0.78% | - |
| XYZ | 41.13 | 32.59 | 52.27 | - |
| YUV | 159.12 | 144.87 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 189 | 0 | 0.33 | 0.05 | 0.22 | 309.09 | 0.37 | 0.65 |
| Hex | C7 | 85 | BD | 0 | 21 | 5 | 16 | 135 | 25 | 41 |
| Octal | 307 | 205 | 275 | 0 | 41 | 5 | 26 | 465 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10111101 | 0 | 100001 | 101 | 10110 | 100110101 | 100101 | 1000001 |
Color Harmonies of #C785BD
Complementary color
Monochromatic Colors of #C785BD
Black with #C785BD
Text Example
Text Example
White with #C785BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785BD; }
p { color: rgb(199,133,189); }
H1.HeaderClassName
{
color: #C785BD;
}
.AnyTagClassName
{
color: #C785BD;
}
</style>
background-color css
<style>
a { background-color: #C785BD; }
a { background-color: rgb(199,133,189); }
div.DivClassName
{
background-color: #C785BD;
}
.BgClassName
{
background-color: #C785BD;
}
</style>
border-color css
<style>
span { border-color: #C785BD; }
span { border-color: rgb(199,133,189); }
td.TdClassName
{
border-color: #C785BD;
}
.TagClassName
{
border-color: #C785BD;
}
</style>