Shades of Lilac #C587C7
Tints of Lilac #C587C7
RGB
CMYK
RGB Variations
Color information
#C587C7 (or 0xC587C7) is known color: Lilac. HEX triplet: C5, 87 and C7. RGB value is (197,135,199). Sum of RGB (Red+Green+Blue) = 197+135+199=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 135 (53.12% from 255 or 25.42% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 199 - color contains mainly: blue. Hex color #C587C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C587C7 is #3A7838. Grayscale: #A0A0A0. Windows color (decimal): -3831865 or 13076421. OLE color: 13076421.
HSL color Cylindrical-coordinate representation of color #C587C7: hue angle of 298.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C587C7 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 197 | 135 | 199 | - |
CMYK | 0.01 | 0.32 | 0 | 0.22 |
HSL | 298.13º | 0.36% | 0.65% | - |
HSV(B) | 298.13º | 0.32% | 0.78% | - |
XYZ | 42 | 33.32 | 58.25 | - |
YUV | 160.83 | 149.54 | 153.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 135 | 199 | 0.01 | 0.32 | 0 | 0.22 | 298.13 | 0.36 | 0.65 |
Hex | C5 | 87 | C7 | 1 | 20 | 0 | 16 | 12A | 24 | 41 |
Octal | 305 | 207 | 307 | 1 | 40 | 0 | 26 | 452 | 44 | 101 |
Binary | 11000101 | 10000111 | 11000111 | 1 | 100000 | 0 | 10110 | 100101010 | 100100 | 1000001 |
Color Harmonies of #C587C7
Complementary color
Monochromatic Colors of #C587C7
Black with #C587C7
Text Example
Text Example
White with #C587C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587C7; }
p { color: rgb(197,135,199); }
H1.HeaderClassName
{
color: #C587C7;
}
.AnyTagClassName
{
color: #C587C7;
}
</style>
background-color css
<style>
a { background-color: #C587C7; }
a { background-color: rgb(197,135,199); }
div.DivClassName
{
background-color: #C587C7;
}
.BgClassName
{
background-color: #C587C7;
}
</style>
border-color css
<style>
span { border-color: #C587C7; }
span { border-color: rgb(197,135,199); }
td.TdClassName
{
border-color: #C587C7;
}
.TagClassName
{
border-color: #C587C7;
}
</style>