Shades of Lily #C391B8
Tints of Lily #C391B8
RGB
CMYK
RGB Variations
Color information
#C391B8 (or 0xC391B8) is known color: Lily. HEX triplet: C3, 91 and B8. RGB value is (195,145,184). Sum of RGB (Red+Green+Blue) = 195+145+184=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C391B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C391B8 is #3C6E47. Grayscale: #A4A4A4. Windows color (decimal): -3960392 or 12095939. OLE color: 12095939.
HSL color Cylindrical-coordinate representation of color #C391B8: hue angle of 313.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C391B8 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 184 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.24 |
| HSL | 313.2º | 0.29% | 0.67% | - |
| HSV(B) | 313.2º | 0.26% | 0.76% | - |
| XYZ | 41.28 | 35.31 | 49.99 | - |
| YUV | 164.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 184 | 0 | 0.26 | 0.06 | 0.24 | 313.2 | 0.29 | 0.67 |
| Hex | C3 | 91 | B8 | 0 | 1A | 6 | 18 | 139 | 1D | 43 |
| Octal | 303 | 221 | 270 | 0 | 32 | 6 | 30 | 471 | 35 | 103 |
| Binary | 11000011 | 10010001 | 10111000 | 0 | 11010 | 110 | 11000 | 100111001 | 11101 | 1000011 |
Color Harmonies of #C391B8
Complementary color
Monochromatic Colors of #C391B8
Black with #C391B8
Text Example
Text Example
White with #C391B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C391B8; }
p { color: rgb(195,145,184); }
H1.HeaderClassName
{
color: #C391B8;
}
.AnyTagClassName
{
color: #C391B8;
}
</style>
background-color css
<style>
a { background-color: #C391B8; }
a { background-color: rgb(195,145,184); }
div.DivClassName
{
background-color: #C391B8;
}
.BgClassName
{
background-color: #C391B8;
}
</style>
border-color css
<style>
span { border-color: #C391B8; }
span { border-color: rgb(195,145,184); }
td.TdClassName
{
border-color: #C391B8;
}
.TagClassName
{
border-color: #C391B8;
}
</style>