Shades of Lily #C68FAD
Tints of Lily #C68FAD
RGB
CMYK
RGB Variations
Color information
#C68FAD (or 0xC68FAD) is known color: Lily. HEX triplet: C6, 8F and AD. RGB value is (198,143,173). Sum of RGB (Red+Green+Blue) = 198+143+173=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FAD is #397052. Grayscale: #A2A2A2. Windows color (decimal): -3764307 or 11374534. OLE color: 11374534.
HSL color Cylindrical-coordinate representation of color #C68FAD: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68FAD is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 173 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.22 |
| HSL | 327.27º | 0.33% | 0.67% | - |
| HSV(B) | 327.27º | 0.28% | 0.78% | - |
| XYZ | 40.65 | 34.67 | 44.08 | - |
| YUV | 162.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 173 | 0 | 0.28 | 0.13 | 0.22 | 327.27 | 0.33 | 0.67 |
| Hex | C6 | 8F | AD | 0 | 1C | D | 16 | 147 | 21 | 43 |
| Octal | 306 | 217 | 255 | 0 | 34 | 15 | 26 | 507 | 41 | 103 |
| Binary | 11000110 | 10001111 | 10101101 | 0 | 11100 | 1101 | 10110 | 101000111 | 100001 | 1000011 |
Color Harmonies of #C68FAD
Complementary color
Monochromatic Colors of #C68FAD
Black with #C68FAD
Text Example
Text Example
White with #C68FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FAD; }
p { color: rgb(198,143,173); }
H1.HeaderClassName
{
color: #C68FAD;
}
.AnyTagClassName
{
color: #C68FAD;
}
</style>
background-color css
<style>
a { background-color: #C68FAD; }
a { background-color: rgb(198,143,173); }
div.DivClassName
{
background-color: #C68FAD;
}
.BgClassName
{
background-color: #C68FAD;
}
</style>
border-color css
<style>
span { border-color: #C68FAD; }
span { border-color: rgb(198,143,173); }
td.TdClassName
{
border-color: #C68FAD;
}
.TagClassName
{
border-color: #C68FAD;
}
</style>