Shades of Lily #C682B4
Tints of Lily #C682B4
RGB
CMYK
RGB Variations
Color information
#C682B4 (or 0xC682B4) is known color: Lily. HEX triplet: C6, 82 and B4. RGB value is (198,130,180). Sum of RGB (Red+Green+Blue) = 198+130+180=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 180 (70.70% from 255 or 35.43% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C682B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682B4 is #397D4B. Grayscale: #9B9B9B. Windows color (decimal): -3767628 or 11829958. OLE color: 11829958.
HSL color Cylindrical-coordinate representation of color #C682B4: hue angle of 315.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682B4 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 180 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.22 |
| HSL | 315.88º | 0.37% | 0.64% | - |
| HSV(B) | 315.88º | 0.34% | 0.78% | - |
| XYZ | 39.51 | 31.27 | 47.13 | - |
| YUV | 156.03 | 141.53 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 180 | 0 | 0.34 | 0.09 | 0.22 | 315.88 | 0.37 | 0.64 |
| Hex | C6 | 82 | B4 | 0 | 22 | 9 | 16 | 13C | 25 | 40 |
| Octal | 306 | 202 | 264 | 0 | 42 | 11 | 26 | 474 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10110100 | 0 | 100010 | 1001 | 10110 | 100111100 | 100101 | 1000000 |
Color Harmonies of #C682B4
Complementary color
Monochromatic Colors of #C682B4
Black with #C682B4
Text Example
Text Example
White with #C682B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682B4; }
p { color: rgb(198,130,180); }
H1.HeaderClassName
{
color: #C682B4;
}
.AnyTagClassName
{
color: #C682B4;
}
</style>
background-color css
<style>
a { background-color: #C682B4; }
a { background-color: rgb(198,130,180); }
div.DivClassName
{
background-color: #C682B4;
}
.BgClassName
{
background-color: #C682B4;
}
</style>
border-color css
<style>
span { border-color: #C682B4; }
span { border-color: rgb(198,130,180); }
td.TdClassName
{
border-color: #C682B4;
}
.TagClassName
{
border-color: #C682B4;
}
</style>