Shades of Lily #C691B3
Tints of Lily #C691B3
RGB
CMYK
RGB Variations
Color information
#C691B3 (or 0xC691B3) is known color: Lily. HEX triplet: C6, 91 and B3. RGB value is (198,145,179). Sum of RGB (Red+Green+Blue) = 198+145+179=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 179 (70.31% from 255 or 34.29% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C691B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C691B3 is #396E4C. Grayscale: #A4A4A4. Windows color (decimal): -3763789 or 11768262. OLE color: 11768262.
HSL color Cylindrical-coordinate representation of color #C691B3: hue angle of 321.51º 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 #C691B3 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 179 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.22 |
| HSL | 321.51º | 0.32% | 0.67% | - |
| HSV(B) | 321.51º | 0.27% | 0.78% | - |
| XYZ | 41.55 | 35.51 | 47.31 | - |
| YUV | 164.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 179 | 0 | 0.27 | 0.10 | 0.22 | 321.51 | 0.32 | 0.67 |
| Hex | C6 | 91 | B3 | 0 | 1B | A | 16 | 142 | 20 | 43 |
| Octal | 306 | 221 | 263 | 0 | 33 | 12 | 26 | 502 | 40 | 103 |
| Binary | 11000110 | 10010001 | 10110011 | 0 | 11011 | 1010 | 10110 | 101000010 | 100000 | 1000011 |
Color Harmonies of #C691B3
Complementary color
Monochromatic Colors of #C691B3
Black with #C691B3
Text Example
Text Example
White with #C691B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691B3; }
p { color: rgb(198,145,179); }
H1.HeaderClassName
{
color: #C691B3;
}
.AnyTagClassName
{
color: #C691B3;
}
</style>
background-color css
<style>
a { background-color: #C691B3; }
a { background-color: rgb(198,145,179); }
div.DivClassName
{
background-color: #C691B3;
}
.BgClassName
{
background-color: #C691B3;
}
</style>
border-color css
<style>
span { border-color: #C691B3; }
span { border-color: rgb(198,145,179); }
td.TdClassName
{
border-color: #C691B3;
}
.TagClassName
{
border-color: #C691B3;
}
</style>