Shades of Lilac #C785CA
Tints of Lilac #C785CA
RGB
CMYK
RGB Variations
Color information
#C785CA (or 0xC785CA) is known color: Lilac. HEX triplet: C7, 85 and CA. RGB value is (199,133,202). Sum of RGB (Red+Green+Blue) = 199+133+202=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 202 (79.30% from 255 or 37.83% from 534); Max value from RGB is 202 - color contains mainly: blue. Hex color #C785CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785CA is #387A35. Grayscale: #A0A0A0. Windows color (decimal): -3701302 or 13272519. OLE color: 13272519.
HSL color Cylindrical-coordinate representation of color #C785CA: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C785CA is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 133 | 202 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.21 |
| HSL | 297.39º | 0.39% | 0.66% | - |
| HSV(B) | 297.39º | 0.34% | 0.79% | - |
| XYZ | 42.6 | 33.18 | 60.04 | - |
| YUV | 160.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 202 | 0.01 | 0.34 | 0 | 0.21 | 297.39 | 0.39 | 0.66 |
| Hex | C7 | 85 | CA | 1 | 22 | 0 | 15 | 129 | 27 | 42 |
| Octal | 307 | 205 | 312 | 1 | 42 | 0 | 25 | 451 | 47 | 102 |
| Binary | 11000111 | 10000101 | 11001010 | 1 | 100010 | 0 | 10101 | 100101001 | 100111 | 1000010 |
Color Harmonies of #C785CA
Complementary color
Monochromatic Colors of #C785CA
Black with #C785CA
Text Example
Text Example
White with #C785CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785CA; }
p { color: rgb(199,133,202); }
H1.HeaderClassName
{
color: #C785CA;
}
.AnyTagClassName
{
color: #C785CA;
}
</style>
background-color css
<style>
a { background-color: #C785CA; }
a { background-color: rgb(199,133,202); }
div.DivClassName
{
background-color: #C785CA;
}
.BgClassName
{
background-color: #C785CA;
}
</style>
border-color css
<style>
span { border-color: #C785CA; }
span { border-color: rgb(199,133,202); }
td.TdClassName
{
border-color: #C785CA;
}
.TagClassName
{
border-color: #C785CA;
}
</style>