Shades of Lily #C690B5
Tints of Lily #C690B5
RGB
CMYK
RGB Variations
Color information
#C690B5 (or 0xC690B5) is known color: Lily. HEX triplet: C6, 90 and B5. RGB value is (198,144,181). Sum of RGB (Red+Green+Blue) = 198+144+181=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 198 - color contains mainly: red. Hex color #C690B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C690B5 is #396F4A. Grayscale: #A4A4A4. Windows color (decimal): -3764043 or 11899078. OLE color: 11899078.
HSL color Cylindrical-coordinate representation of color #C690B5: hue angle of 318.89º 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 #C690B5 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 181 | - |
| CMYK | 0 | 0.27 | 0.09 | 0.22 |
| HSL | 318.89º | 0.32% | 0.67% | - |
| HSV(B) | 318.89º | 0.27% | 0.78% | - |
| XYZ | 41.6 | 35.29 | 48.33 | - |
| YUV | 164.36 | 137.39 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 181 | 0 | 0.27 | 0.09 | 0.22 | 318.89 | 0.32 | 0.67 |
| Hex | C6 | 90 | B5 | 0 | 1B | 9 | 16 | 13F | 20 | 43 |
| Octal | 306 | 220 | 265 | 0 | 33 | 11 | 26 | 477 | 40 | 103 |
| Binary | 11000110 | 10010000 | 10110101 | 0 | 11011 | 1001 | 10110 | 100111111 | 100000 | 1000011 |
Color Harmonies of #C690B5
Complementary color
Monochromatic Colors of #C690B5
Black with #C690B5
Text Example
Text Example
White with #C690B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C690B5; }
p { color: rgb(198,144,181); }
H1.HeaderClassName
{
color: #C690B5;
}
.AnyTagClassName
{
color: #C690B5;
}
</style>
background-color css
<style>
a { background-color: #C690B5; }
a { background-color: rgb(198,144,181); }
div.DivClassName
{
background-color: #C690B5;
}
.BgClassName
{
background-color: #C690B5;
}
</style>
border-color css
<style>
span { border-color: #C690B5; }
span { border-color: rgb(198,144,181); }
td.TdClassName
{
border-color: #C690B5;
}
.TagClassName
{
border-color: #C690B5;
}
</style>