Shades of Lily #C38AB5
Tints of Lily #C38AB5
RGB
CMYK
RGB Variations
Color information
#C38AB5 (or 0xC38AB5) is known color: Lily. HEX triplet: C3, 8A and B5. RGB value is (195,138,181). Sum of RGB (Red+Green+Blue) = 195+138+181=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AB5 is #3C754A. Grayscale: #9F9F9F. Windows color (decimal): -3962187 or 11897539. OLE color: 11897539.
HSL color Cylindrical-coordinate representation of color #C38AB5: hue angle of 314.74º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AB5 is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 181 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.24 |
| HSL | 314.74º | 0.32% | 0.65% | - |
| HSV(B) | 314.74º | 0.29% | 0.76% | - |
| XYZ | 39.93 | 33.12 | 48 | - |
| YUV | 159.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 181 | 0 | 0.29 | 0.07 | 0.24 | 314.74 | 0.32 | 0.65 |
| Hex | C3 | 8A | B5 | 0 | 1D | 7 | 18 | 13B | 20 | 41 |
| Octal | 303 | 212 | 265 | 0 | 35 | 7 | 30 | 473 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10110101 | 0 | 11101 | 111 | 11000 | 100111011 | 100000 | 1000001 |
Color Harmonies of #C38AB5
Complementary color
Monochromatic Colors of #C38AB5
Black with #C38AB5
Text Example
Text Example
White with #C38AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AB5; }
p { color: rgb(195,138,181); }
H1.HeaderClassName
{
color: #C38AB5;
}
.AnyTagClassName
{
color: #C38AB5;
}
</style>
background-color css
<style>
a { background-color: #C38AB5; }
a { background-color: rgb(195,138,181); }
div.DivClassName
{
background-color: #C38AB5;
}
.BgClassName
{
background-color: #C38AB5;
}
</style>
border-color css
<style>
span { border-color: #C38AB5; }
span { border-color: rgb(195,138,181); }
td.TdClassName
{
border-color: #C38AB5;
}
.TagClassName
{
border-color: #C38AB5;
}
</style>