Shades of Lily #C684B8
Tints of Lily #C684B8
RGB
CMYK
RGB Variations
Color information
#C684B8 (or 0xC684B8) is known color: Lily. HEX triplet: C6, 84 and B8. RGB value is (198,132,184). Sum of RGB (Red+Green+Blue) = 198+132+184=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C684B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684B8 is #397B47. Grayscale: #9D9D9D. Windows color (decimal): -3767112 or 12092614. OLE color: 12092614.
HSL color Cylindrical-coordinate representation of color #C684B8: hue angle of 312.73º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C684B8 is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 132 | 184 | - |
| CMYK | 0 | 0.33 | 0.07 | 0.22 |
| HSL | 312.73º | 0.37% | 0.65% | - |
| HSV(B) | 312.73º | 0.33% | 0.78% | - |
| XYZ | 40.19 | 31.97 | 49.4 | - |
| YUV | 157.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 132 | 184 | 0 | 0.33 | 0.07 | 0.22 | 312.73 | 0.37 | 0.65 |
| Hex | C6 | 84 | B8 | 0 | 21 | 7 | 16 | 139 | 25 | 41 |
| Octal | 306 | 204 | 270 | 0 | 41 | 7 | 26 | 471 | 45 | 101 |
| Binary | 11000110 | 10000100 | 10111000 | 0 | 100001 | 111 | 10110 | 100111001 | 100101 | 1000001 |
Color Harmonies of #C684B8
Complementary color
Monochromatic Colors of #C684B8
Black with #C684B8
Text Example
Text Example
White with #C684B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C684B8; }
p { color: rgb(198,132,184); }
H1.HeaderClassName
{
color: #C684B8;
}
.AnyTagClassName
{
color: #C684B8;
}
</style>
background-color css
<style>
a { background-color: #C684B8; }
a { background-color: rgb(198,132,184); }
div.DivClassName
{
background-color: #C684B8;
}
.BgClassName
{
background-color: #C684B8;
}
</style>
border-color css
<style>
span { border-color: #C684B8; }
span { border-color: rgb(198,132,184); }
td.TdClassName
{
border-color: #C684B8;
}
.TagClassName
{
border-color: #C684B8;
}
</style>