Shades of Lily #C67DAC
Tints of Lily #C67DAC
RGB
CMYK
RGB Variations
Color information
#C67DAC (or 0xC67DAC) is known color: Lily. HEX triplet: C6, 7D and AC. RGB value is (198,125,172). Sum of RGB (Red+Green+Blue) = 198+125+172=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C67DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67DAC is #398253. Grayscale: #989898. Windows color (decimal): -3768916 or 11304390. OLE color: 11304390.
HSL color Cylindrical-coordinate representation of color #C67DAC: hue angle of 321.37º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C67DAC is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 125 | 172 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.22 |
| HSL | 321.37º | 0.39% | 0.63% | - |
| HSV(B) | 321.37º | 0.37% | 0.78% | - |
| XYZ | 38.07 | 29.65 | 42.75 | - |
| YUV | 152.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 125 | 172 | 0 | 0.37 | 0.13 | 0.22 | 321.37 | 0.39 | 0.63 |
| Hex | C6 | 7D | AC | 0 | 25 | D | 16 | 141 | 27 | 3F |
| Octal | 306 | 175 | 254 | 0 | 45 | 15 | 26 | 501 | 47 | 77 |
| Binary | 11000110 | 1111101 | 10101100 | 0 | 100101 | 1101 | 10110 | 101000001 | 100111 | 111111 |
Color Harmonies of #C67DAC
Complementary color
Monochromatic Colors of #C67DAC
Black with #C67DAC
Text Example
Text Example
White with #C67DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C67DAC; }
p { color: rgb(198,125,172); }
H1.HeaderClassName
{
color: #C67DAC;
}
.AnyTagClassName
{
color: #C67DAC;
}
</style>
background-color css
<style>
a { background-color: #C67DAC; }
a { background-color: rgb(198,125,172); }
div.DivClassName
{
background-color: #C67DAC;
}
.BgClassName
{
background-color: #C67DAC;
}
</style>
border-color css
<style>
span { border-color: #C67DAC; }
span { border-color: rgb(198,125,172); }
td.TdClassName
{
border-color: #C67DAC;
}
.TagClassName
{
border-color: #C67DAC;
}
</style>