Shades of Lily #C286AF
Tints of Lily #C286AF
RGB
CMYK
RGB Variations
Color information
#C286AF (or 0xC286AF) is known color: Lily. HEX triplet: C2, 86 and AF. RGB value is (194,134,175). Sum of RGB (Red+Green+Blue) = 194+134+175=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 134 (52.73% from 255 or 26.64% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C286AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C286AF is #3D7950. Grayscale: #9C9C9C. Windows color (decimal): -4028753 or 11503298. OLE color: 11503298.
HSL color Cylindrical-coordinate representation of color #C286AF: hue angle of 319º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C286AF is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 175 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.24 |
| HSL | 319º | 0.33% | 0.64% | - |
| HSV(B) | 319º | 0.31% | 0.76% | - |
| XYZ | 38.51 | 31.61 | 44.63 | - |
| YUV | 156.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 175 | 0 | 0.31 | 0.10 | 0.24 | 319 | 0.33 | 0.64 |
| Hex | C2 | 86 | AF | 0 | 1F | A | 18 | 13F | 21 | 40 |
| Octal | 302 | 206 | 257 | 0 | 37 | 12 | 30 | 477 | 41 | 100 |
| Binary | 11000010 | 10000110 | 10101111 | 0 | 11111 | 1010 | 11000 | 100111111 | 100001 | 1000000 |
Color Harmonies of #C286AF
Complementary color
Monochromatic Colors of #C286AF
Black with #C286AF
Text Example
Text Example
White with #C286AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C286AF; }
p { color: rgb(194,134,175); }
H1.HeaderClassName
{
color: #C286AF;
}
.AnyTagClassName
{
color: #C286AF;
}
</style>
background-color css
<style>
a { background-color: #C286AF; }
a { background-color: rgb(194,134,175); }
div.DivClassName
{
background-color: #C286AF;
}
.BgClassName
{
background-color: #C286AF;
}
</style>
border-color css
<style>
span { border-color: #C286AF; }
span { border-color: rgb(194,134,175); }
td.TdClassName
{
border-color: #C286AF;
}
.TagClassName
{
border-color: #C286AF;
}
</style>