Shades of Lily #C398B4
Tints of Lily #C398B4
RGB
CMYK
RGB Variations
Color information
#C398B4 (or 0xC398B4) is known color: Lily. HEX triplet: C3, 98 and B4. RGB value is (195,152,180). Sum of RGB (Red+Green+Blue) = 195+152+180=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 152 (59.77% from 255 or 28.84% from 527); Blue value is 180 (70.70% from 255 or 34.16% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C398B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C398B4 is #3C674B. Grayscale: #A7A7A7. Windows color (decimal): -3958604 or 11835587. OLE color: 11835587.
HSL color Cylindrical-coordinate representation of color #C398B4: hue angle of 320.93º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C398B4 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 180 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.24 |
| HSL | 320.93º | 0.26% | 0.68% | - |
| HSV(B) | 320.93º | 0.22% | 0.76% | - |
| XYZ | 41.97 | 37.35 | 48.18 | - |
| YUV | 168.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 180 | 0 | 0.22 | 0.08 | 0.24 | 320.93 | 0.26 | 0.68 |
| Hex | C3 | 98 | B4 | 0 | 16 | 8 | 18 | 141 | 1A | 44 |
| Octal | 303 | 230 | 264 | 0 | 26 | 10 | 30 | 501 | 32 | 104 |
| Binary | 11000011 | 10011000 | 10110100 | 0 | 10110 | 1000 | 11000 | 101000001 | 11010 | 1000100 |
Color Harmonies of #C398B4
Complementary color
Monochromatic Colors of #C398B4
Black with #C398B4
Text Example
Text Example
White with #C398B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C398B4; }
p { color: rgb(195,152,180); }
H1.HeaderClassName
{
color: #C398B4;
}
.AnyTagClassName
{
color: #C398B4;
}
</style>
background-color css
<style>
a { background-color: #C398B4; }
a { background-color: rgb(195,152,180); }
div.DivClassName
{
background-color: #C398B4;
}
.BgClassName
{
background-color: #C398B4;
}
</style>
border-color css
<style>
span { border-color: #C398B4; }
span { border-color: rgb(195,152,180); }
td.TdClassName
{
border-color: #C398B4;
}
.TagClassName
{
border-color: #C398B4;
}
</style>