Shades of Lilac #C287CD
Tints of Lilac #C287CD
RGB
CMYK
RGB Variations
Color information
#C287CD (or 0xC287CD) is known color: Lilac. HEX triplet: C2, 87 and CD. RGB value is (194,135,205). Sum of RGB (Red+Green+Blue) = 194+135+205=534 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.33% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C287CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287CD is #3D7832. Grayscale: #A0A0A0. Windows color (decimal): -4028467 or 13469634. OLE color: 13469634.
HSL color Cylindrical-coordinate representation of color #C287CD: hue angle of 290.57º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C287CD is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 135 | 205 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.20 |
| HSL | 290.57º | 0.41% | 0.67% | - |
| HSV(B) | 290.57º | 0.34% | 0.8% | - |
| XYZ | 41.93 | 33.21 | 61.96 | - |
| YUV | 160.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 205 | 0.05 | 0.34 | 0 | 0.20 | 290.57 | 0.41 | 0.67 |
| Hex | C2 | 87 | CD | 5 | 22 | 0 | 14 | 123 | 29 | 43 |
| Octal | 302 | 207 | 315 | 5 | 42 | 0 | 24 | 443 | 51 | 103 |
| Binary | 11000010 | 10000111 | 11001101 | 101 | 100010 | 0 | 10100 | 100100011 | 101001 | 1000011 |
Color Harmonies of #C287CD
Complementary color
Monochromatic Colors of #C287CD
Black with #C287CD
Text Example
Text Example
White with #C287CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287CD; }
p { color: rgb(194,135,205); }
H1.HeaderClassName
{
color: #C287CD;
}
.AnyTagClassName
{
color: #C287CD;
}
</style>
background-color css
<style>
a { background-color: #C287CD; }
a { background-color: rgb(194,135,205); }
div.DivClassName
{
background-color: #C287CD;
}
.BgClassName
{
background-color: #C287CD;
}
</style>
border-color css
<style>
span { border-color: #C287CD; }
span { border-color: rgb(194,135,205); }
td.TdClassName
{
border-color: #C287CD;
}
.TagClassName
{
border-color: #C287CD;
}
</style>