Shades of Lilac #C287C7
Tints of Lilac #C287C7
RGB
CMYK
RGB Variations
Color information
#C287C7 (or 0xC287C7) is known color: Lilac. HEX triplet: C2, 87 and C7. RGB value is (194,135,199). Sum of RGB (Red+Green+Blue) = 194+135+199=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 135 (53.12% from 255 or 25.57% from 528); Blue value is 199 (78.12% from 255 or 37.69% from 528); Max value from RGB is 199 - color contains mainly: blue. Hex color #C287C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287C7 is #3D7838. Grayscale: #9F9F9F. Windows color (decimal): -4028473 or 13076418. OLE color: 13076418.
HSL color Cylindrical-coordinate representation of color #C287C7: hue angle of 295.31º 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 #C287C7 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 135 | 199 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.22 |
| HSL | 295.31º | 0.36% | 0.65% | - |
| HSV(B) | 295.31º | 0.32% | 0.78% | - |
| XYZ | 41.22 | 32.92 | 58.21 | - |
| YUV | 159.94 | 150.05 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 199 | 0.03 | 0.32 | 0 | 0.22 | 295.31 | 0.36 | 0.65 |
| Hex | C2 | 87 | C7 | 3 | 20 | 0 | 16 | 127 | 24 | 41 |
| Octal | 302 | 207 | 307 | 3 | 40 | 0 | 26 | 447 | 44 | 101 |
| Binary | 11000010 | 10000111 | 11000111 | 11 | 100000 | 0 | 10110 | 100100111 | 100100 | 1000001 |
Color Harmonies of #C287C7
Complementary color
Monochromatic Colors of #C287C7
Black with #C287C7
Text Example
Text Example
White with #C287C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287C7; }
p { color: rgb(194,135,199); }
H1.HeaderClassName
{
color: #C287C7;
}
.AnyTagClassName
{
color: #C287C7;
}
</style>
background-color css
<style>
a { background-color: #C287C7; }
a { background-color: rgb(194,135,199); }
div.DivClassName
{
background-color: #C287C7;
}
.BgClassName
{
background-color: #C287C7;
}
</style>
border-color css
<style>
span { border-color: #C287C7; }
span { border-color: rgb(194,135,199); }
td.TdClassName
{
border-color: #C287C7;
}
.TagClassName
{
border-color: #C287C7;
}
</style>