Shades of Lily #C384A8
Tints of Lily #C384A8
RGB
CMYK
RGB Variations
Color information
#C384A8 (or 0xC384A8) is known color: Lily. HEX triplet: C3, 84 and A8. RGB value is (195,132,168). Sum of RGB (Red+Green+Blue) = 195+132+168=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 168 (66.02% from 255 or 33.94% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C384A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384A8 is #3C7B57. Grayscale: #9A9A9A. Windows color (decimal): -3963736 or 11044035. OLE color: 11044035.
HSL color Cylindrical-coordinate representation of color #C384A8: hue angle of 325.71º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C384A8 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 132 | 168 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.24 |
| HSL | 325.71º | 0.34% | 0.64% | - |
| HSV(B) | 325.71º | 0.32% | 0.76% | - |
| XYZ | 37.82 | 30.93 | 41.02 | - |
| YUV | 154.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 168 | 0 | 0.32 | 0.14 | 0.24 | 325.71 | 0.34 | 0.64 |
| Hex | C3 | 84 | A8 | 0 | 20 | E | 18 | 146 | 22 | 40 |
| Octal | 303 | 204 | 250 | 0 | 40 | 16 | 30 | 506 | 42 | 100 |
| Binary | 11000011 | 10000100 | 10101000 | 0 | 100000 | 1110 | 11000 | 101000110 | 100010 | 1000000 |
Color Harmonies of #C384A8
Complementary color
Monochromatic Colors of #C384A8
Black with #C384A8
Text Example
Text Example
White with #C384A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384A8; }
p { color: rgb(195,132,168); }
H1.HeaderClassName
{
color: #C384A8;
}
.AnyTagClassName
{
color: #C384A8;
}
</style>
background-color css
<style>
a { background-color: #C384A8; }
a { background-color: rgb(195,132,168); }
div.DivClassName
{
background-color: #C384A8;
}
.BgClassName
{
background-color: #C384A8;
}
</style>
border-color css
<style>
span { border-color: #C384A8; }
span { border-color: rgb(195,132,168); }
td.TdClassName
{
border-color: #C384A8;
}
.TagClassName
{
border-color: #C384A8;
}
</style>