Shades of Lily #C67AAF
Tints of Lily #C67AAF
RGB
CMYK
RGB Variations
Color information
#C67AAF (or 0xC67AAF) is known color: Lily. HEX triplet: C6, 7A and AF. RGB value is (198,122,175). Sum of RGB (Red+Green+Blue) = 198+122+175=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C67AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67AAF is #398550. Grayscale: #969696. Windows color (decimal): -3769681 or 11500230. OLE color: 11500230.
HSL color Cylindrical-coordinate representation of color #C67AAF: hue angle of 318.16º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67AAF is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 122 | 175 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.22 |
| HSL | 318.16º | 0.4% | 0.63% | - |
| HSV(B) | 318.16º | 0.38% | 0.78% | - |
| XYZ | 37.99 | 29.02 | 44.16 | - |
| YUV | 150.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 122 | 175 | 0 | 0.38 | 0.12 | 0.22 | 318.16 | 0.4 | 0.63 |
| Hex | C6 | 7A | AF | 0 | 26 | C | 16 | 13E | 28 | 3F |
| Octal | 306 | 172 | 257 | 0 | 46 | 14 | 26 | 476 | 50 | 77 |
| Binary | 11000110 | 1111010 | 10101111 | 0 | 100110 | 1100 | 10110 | 100111110 | 101000 | 111111 |
Color Harmonies of #C67AAF
Complementary color
Monochromatic Colors of #C67AAF
Black with #C67AAF
Text Example
Text Example
White with #C67AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67AAF; }
p { color: rgb(198,122,175); }
H1.HeaderClassName
{
color: #C67AAF;
}
.AnyTagClassName
{
color: #C67AAF;
}
</style>
background-color css
<style>
a { background-color: #C67AAF; }
a { background-color: rgb(198,122,175); }
div.DivClassName
{
background-color: #C67AAF;
}
.BgClassName
{
background-color: #C67AAF;
}
</style>
border-color css
<style>
span { border-color: #C67AAF; }
span { border-color: rgb(198,122,175); }
td.TdClassName
{
border-color: #C67AAF;
}
.TagClassName
{
border-color: #C67AAF;
}
</style>