Shades of Lilac #CD87C6
Tints of Lilac #CD87C6
RGB
CMYK
RGB Variations
Color information
#CD87C6 (or 0xCD87C6) is known color: Lilac. HEX triplet: CD, 87 and C6. RGB value is (205,135,198). Sum of RGB (Red+Green+Blue) = 205+135+198=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD87C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD87C6 is #327839. Grayscale: #A2A2A2. Windows color (decimal): -3307578 or 13010893. OLE color: 13010893.
HSL color Cylindrical-coordinate representation of color #CD87C6: hue angle of 306º 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 #CD87C6 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 135 | 198 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.20 |
| HSL | 306º | 0.41% | 0.67% | - |
| HSV(B) | 306º | 0.34% | 0.8% | - |
| XYZ | 44.03 | 34.38 | 57.74 | - |
| YUV | 163.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 135 | 198 | 0 | 0.34 | 0.03 | 0.20 | 306 | 0.41 | 0.67 |
| Hex | CD | 87 | C6 | 0 | 22 | 3 | 14 | 132 | 29 | 43 |
| Octal | 315 | 207 | 306 | 0 | 42 | 3 | 24 | 462 | 51 | 103 |
| Binary | 11001101 | 10000111 | 11000110 | 0 | 100010 | 11 | 10100 | 100110010 | 101001 | 1000011 |
Color Harmonies of #CD87C6
Complementary color
Monochromatic Colors of #CD87C6
Black with #CD87C6
Text Example
Text Example
White with #CD87C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD87C6; }
p { color: rgb(205,135,198); }
H1.HeaderClassName
{
color: #CD87C6;
}
.AnyTagClassName
{
color: #CD87C6;
}
</style>
background-color css
<style>
a { background-color: #CD87C6; }
a { background-color: rgb(205,135,198); }
div.DivClassName
{
background-color: #CD87C6;
}
.BgClassName
{
background-color: #CD87C6;
}
</style>
border-color css
<style>
span { border-color: #CD87C6; }
span { border-color: rgb(205,135,198); }
td.TdClassName
{
border-color: #CD87C6;
}
.TagClassName
{
border-color: #CD87C6;
}
</style>