Shades of Lily #C691BC
Tints of Lily #C691BC
RGB
CMYK
RGB Variations
Color information
#C691BC (or 0xC691BC) is known color: Lily. HEX triplet: C6, 91 and BC. RGB value is (198,145,188). Sum of RGB (Red+Green+Blue) = 198+145+188=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C691BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691BC is #396E43. Grayscale: #A5A5A5. Windows color (decimal): -3763780 or 12358086. OLE color: 12358086.
HSL color Cylindrical-coordinate representation of color #C691BC: hue angle of 311.32º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691BC is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 188 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.22 |
| HSL | 311.32º | 0.32% | 0.67% | - |
| HSV(B) | 311.32º | 0.27% | 0.78% | - |
| XYZ | 42.49 | 35.89 | 52.26 | - |
| YUV | 165.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 188 | 0 | 0.27 | 0.05 | 0.22 | 311.32 | 0.32 | 0.67 |
| Hex | C6 | 91 | BC | 0 | 1B | 5 | 16 | 137 | 20 | 43 |
| Octal | 306 | 221 | 274 | 0 | 33 | 5 | 26 | 467 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10111100 | 0 | 11011 | 101 | 10110 | 100110111 | 100000 | 1000011 |
Color Harmonies of #C691BC
Complementary color
Monochromatic Colors of #C691BC
Black with #C691BC
Text Example
Text Example
White with #C691BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691BC; }
p { color: rgb(198,145,188); }
H1.HeaderClassName
{
color: #C691BC;
}
.AnyTagClassName
{
color: #C691BC;
}
</style>
background-color css
<style>
a { background-color: #C691BC; }
a { background-color: rgb(198,145,188); }
div.DivClassName
{
background-color: #C691BC;
}
.BgClassName
{
background-color: #C691BC;
}
</style>
border-color css
<style>
span { border-color: #C691BC; }
span { border-color: rgb(198,145,188); }
td.TdClassName
{
border-color: #C691BC;
}
.TagClassName
{
border-color: #C691BC;
}
</style>