Shades of Lily #C38FB4
Tints of Lily #C38FB4
RGB
CMYK
RGB Variations
Color information
#C38FB4 (or 0xC38FB4) is known color: Lily. HEX triplet: C3, 8F and B4. RGB value is (195,143,180). Sum of RGB (Red+Green+Blue) = 195+143+180=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C38FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38FB4 is #3C704B. Grayscale: #A2A2A2. Windows color (decimal): -3960908 or 11833283. OLE color: 11833283.
HSL color Cylindrical-coordinate representation of color #C38FB4: hue angle of 317.31º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C38FB4 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 143 | 180 | - |
| CMYK | 0 | 0.27 | 0.08 | 0.24 |
| HSL | 317.31º | 0.3% | 0.66% | - |
| HSV(B) | 317.31º | 0.27% | 0.76% | - |
| XYZ | 40.57 | 34.54 | 47.71 | - |
| YUV | 162.77 | 137.73 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 143 | 180 | 0 | 0.27 | 0.08 | 0.24 | 317.31 | 0.3 | 0.66 |
| Hex | C3 | 8F | B4 | 0 | 1B | 8 | 18 | 13D | 1E | 42 |
| Octal | 303 | 217 | 264 | 0 | 33 | 10 | 30 | 475 | 36 | 102 |
| Binary | 11000011 | 10001111 | 10110100 | 0 | 11011 | 1000 | 11000 | 100111101 | 11110 | 1000010 |
Color Harmonies of #C38FB4
Complementary color
Monochromatic Colors of #C38FB4
Black with #C38FB4
Text Example
Text Example
White with #C38FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38FB4; }
p { color: rgb(195,143,180); }
H1.HeaderClassName
{
color: #C38FB4;
}
.AnyTagClassName
{
color: #C38FB4;
}
</style>
background-color css
<style>
a { background-color: #C38FB4; }
a { background-color: rgb(195,143,180); }
div.DivClassName
{
background-color: #C38FB4;
}
.BgClassName
{
background-color: #C38FB4;
}
</style>
border-color css
<style>
span { border-color: #C38FB4; }
span { border-color: rgb(195,143,180); }
td.TdClassName
{
border-color: #C38FB4;
}
.TagClassName
{
border-color: #C38FB4;
}
</style>