Shades of Lily #C683AE
Tints of Lily #C683AE
RGB
CMYK
RGB Variations
Color information
#C683AE (or 0xC683AE) is known color: Lily. HEX triplet: C6, 83 and AE. RGB value is (198,131,174). Sum of RGB (Red+Green+Blue) = 198+131+174=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C683AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C683AE is #397C51. Grayscale: #9B9B9B. Windows color (decimal): -3767378 or 11436998. OLE color: 11436998.
HSL color Cylindrical-coordinate representation of color #C683AE: hue angle of 321.49º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C683AE is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 131 | 174 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.22 |
| HSL | 321.49º | 0.37% | 0.65% | - |
| HSV(B) | 321.49º | 0.34% | 0.78% | - |
| XYZ | 39.04 | 31.29 | 44.03 | - |
| YUV | 155.94 | 138.2 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 131 | 174 | 0 | 0.34 | 0.12 | 0.22 | 321.49 | 0.37 | 0.65 |
| Hex | C6 | 83 | AE | 0 | 22 | C | 16 | 141 | 25 | 41 |
| Octal | 306 | 203 | 256 | 0 | 42 | 14 | 26 | 501 | 45 | 101 |
| Binary | 11000110 | 10000011 | 10101110 | 0 | 100010 | 1100 | 10110 | 101000001 | 100101 | 1000001 |
Color Harmonies of #C683AE
Complementary color
Monochromatic Colors of #C683AE
Black with #C683AE
Text Example
Text Example
White with #C683AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C683AE; }
p { color: rgb(198,131,174); }
H1.HeaderClassName
{
color: #C683AE;
}
.AnyTagClassName
{
color: #C683AE;
}
</style>
background-color css
<style>
a { background-color: #C683AE; }
a { background-color: rgb(198,131,174); }
div.DivClassName
{
background-color: #C683AE;
}
.BgClassName
{
background-color: #C683AE;
}
</style>
border-color css
<style>
span { border-color: #C683AE; }
span { border-color: rgb(198,131,174); }
td.TdClassName
{
border-color: #C683AE;
}
.TagClassName
{
border-color: #C683AE;
}
</style>