Shades of Lily #C388B5
Tints of Lily #C388B5
RGB
CMYK
RGB Variations
Color information
#C388B5 (or 0xC388B5) is known color: Lily. HEX triplet: C3, 88 and B5. RGB value is (195,136,181). Sum of RGB (Red+Green+Blue) = 195+136+181=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C388B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388B5 is #3C774A. Grayscale: #9E9E9E. Windows color (decimal): -3962699 or 11897027. OLE color: 11897027.
HSL color Cylindrical-coordinate representation of color #C388B5: hue angle of 314.24º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388B5 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 136 | 181 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.24 |
| HSL | 314.24º | 0.33% | 0.65% | - |
| HSV(B) | 314.24º | 0.3% | 0.76% | - |
| XYZ | 39.65 | 32.55 | 47.91 | - |
| YUV | 158.77 | 140.55 | 153.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 181 | 0 | 0.30 | 0.07 | 0.24 | 314.24 | 0.33 | 0.65 |
| Hex | C3 | 88 | B5 | 0 | 1E | 7 | 18 | 13A | 21 | 41 |
| Octal | 303 | 210 | 265 | 0 | 36 | 7 | 30 | 472 | 41 | 101 |
| Binary | 11000011 | 10001000 | 10110101 | 0 | 11110 | 111 | 11000 | 100111010 | 100001 | 1000001 |
Color Harmonies of #C388B5
Complementary color
Monochromatic Colors of #C388B5
Black with #C388B5
Text Example
Text Example
White with #C388B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388B5; }
p { color: rgb(195,136,181); }
H1.HeaderClassName
{
color: #C388B5;
}
.AnyTagClassName
{
color: #C388B5;
}
</style>
background-color css
<style>
a { background-color: #C388B5; }
a { background-color: rgb(195,136,181); }
div.DivClassName
{
background-color: #C388B5;
}
.BgClassName
{
background-color: #C388B5;
}
</style>
border-color css
<style>
span { border-color: #C388B5; }
span { border-color: rgb(195,136,181); }
td.TdClassName
{
border-color: #C388B5;
}
.TagClassName
{
border-color: #C388B5;
}
</style>