Shades of Lily #C38AB4
Tints of Lily #C38AB4
RGB
CMYK
RGB Variations
Color information
#C38AB4 (or 0xC38AB4) is known color: Lily. HEX triplet: C3, 8A and B4. RGB value is (195,138,180). Sum of RGB (Red+Green+Blue) = 195+138+180=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 180 (70.70% from 255 or 35.09% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AB4 is #3C754B. Grayscale: #9F9F9F. Windows color (decimal): -3962188 or 11832003. OLE color: 11832003.
HSL color Cylindrical-coordinate representation of color #C38AB4: hue angle of 315.79º 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 #C38AB4 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 138 | 180 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.24 |
| HSL | 315.79º | 0.32% | 0.65% | - |
| HSV(B) | 315.79º | 0.29% | 0.76% | - |
| XYZ | 39.83 | 33.07 | 47.46 | - |
| YUV | 159.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 138 | 180 | 0 | 0.29 | 0.08 | 0.24 | 315.79 | 0.32 | 0.65 |
| Hex | C3 | 8A | B4 | 0 | 1D | 8 | 18 | 13C | 20 | 41 |
| Octal | 303 | 212 | 264 | 0 | 35 | 10 | 30 | 474 | 40 | 101 |
| Binary | 11000011 | 10001010 | 10110100 | 0 | 11101 | 1000 | 11000 | 100111100 | 100000 | 1000001 |
Color Harmonies of #C38AB4
Complementary color
Monochromatic Colors of #C38AB4
Black with #C38AB4
Text Example
Text Example
White with #C38AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38AB4; }
p { color: rgb(195,138,180); }
H1.HeaderClassName
{
color: #C38AB4;
}
.AnyTagClassName
{
color: #C38AB4;
}
</style>
background-color css
<style>
a { background-color: #C38AB4; }
a { background-color: rgb(195,138,180); }
div.DivClassName
{
background-color: #C38AB4;
}
.BgClassName
{
background-color: #C38AB4;
}
</style>
border-color css
<style>
span { border-color: #C38AB4; }
span { border-color: rgb(195,138,180); }
td.TdClassName
{
border-color: #C38AB4;
}
.TagClassName
{
border-color: #C38AB4;
}
</style>