Shades of Lily #C690BC
Tints of Lily #C690BC
RGB
CMYK
RGB Variations
Color information
#C690BC (or 0xC690BC) is known color: Lily. HEX triplet: C6, 90 and BC. RGB value is (198,144,188). Sum of RGB (Red+Green+Blue) = 198+144+188=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 144 (56.64% from 255 or 27.17% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C690BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690BC is #396F43. Grayscale: #A5A5A5. Windows color (decimal): -3764036 or 12357830. OLE color: 12357830.
HSL color Cylindrical-coordinate representation of color #C690BC: hue angle of 311.11º 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 #C690BC is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 188 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.22 |
| HSL | 311.11º | 0.32% | 0.67% | - |
| HSV(B) | 311.11º | 0.27% | 0.78% | - |
| XYZ | 42.34 | 35.58 | 52.21 | - |
| YUV | 165.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 188 | 0 | 0.27 | 0.05 | 0.22 | 311.11 | 0.32 | 0.67 |
| Hex | C6 | 90 | BC | 0 | 1B | 5 | 16 | 137 | 20 | 43 |
| Octal | 306 | 220 | 274 | 0 | 33 | 5 | 26 | 467 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10111100 | 0 | 11011 | 101 | 10110 | 100110111 | 100000 | 1000011 |
Color Harmonies of #C690BC
Complementary color
Monochromatic Colors of #C690BC
Black with #C690BC
Text Example
Text Example
White with #C690BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690BC; }
p { color: rgb(198,144,188); }
H1.HeaderClassName
{
color: #C690BC;
}
.AnyTagClassName
{
color: #C690BC;
}
</style>
background-color css
<style>
a { background-color: #C690BC; }
a { background-color: rgb(198,144,188); }
div.DivClassName
{
background-color: #C690BC;
}
.BgClassName
{
background-color: #C690BC;
}
</style>
border-color css
<style>
span { border-color: #C690BC; }
span { border-color: rgb(198,144,188); }
td.TdClassName
{
border-color: #C690BC;
}
.TagClassName
{
border-color: #C690BC;
}
</style>