Shades of Lily #C285AF
Tints of Lily #C285AF
RGB
CMYK
RGB Variations
Color information
#C285AF (or 0xC285AF) is known color: Lily. HEX triplet: C2, 85 and AF. RGB value is (194,133,175). Sum of RGB (Red+Green+Blue) = 194+133+175=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C285AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285AF is #3D7A50. Grayscale: #9B9B9B. Windows color (decimal): -4029009 or 11503042. OLE color: 11503042.
HSL color Cylindrical-coordinate representation of color #C285AF: hue angle of 318.69º 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 #C285AF is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 133 | 175 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.24 |
| HSL | 318.69º | 0.33% | 0.64% | - |
| HSV(B) | 318.69º | 0.31% | 0.76% | - |
| XYZ | 38.37 | 31.34 | 44.58 | - |
| YUV | 156.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 133 | 175 | 0 | 0.31 | 0.10 | 0.24 | 318.69 | 0.33 | 0.64 |
| Hex | C2 | 85 | AF | 0 | 1F | A | 18 | 13F | 21 | 40 |
| Octal | 302 | 205 | 257 | 0 | 37 | 12 | 30 | 477 | 41 | 100 |
| Binary | 11000010 | 10000101 | 10101111 | 0 | 11111 | 1010 | 11000 | 100111111 | 100001 | 1000000 |
Color Harmonies of #C285AF
Complementary color
Monochromatic Colors of #C285AF
Black with #C285AF
Text Example
Text Example
White with #C285AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C285AF; }
p { color: rgb(194,133,175); }
H1.HeaderClassName
{
color: #C285AF;
}
.AnyTagClassName
{
color: #C285AF;
}
</style>
background-color css
<style>
a { background-color: #C285AF; }
a { background-color: rgb(194,133,175); }
div.DivClassName
{
background-color: #C285AF;
}
.BgClassName
{
background-color: #C285AF;
}
</style>
border-color css
<style>
span { border-color: #C285AF; }
span { border-color: rgb(194,133,175); }
td.TdClassName
{
border-color: #C285AF;
}
.TagClassName
{
border-color: #C285AF;
}
</style>