Shades of Lily #C883B5
Tints of Lily #C883B5
RGB
CMYK
RGB Variations
Color information
#C883B5 (or 0xC883B5) is known color: Lily. HEX triplet: C8, 83 and B5. RGB value is (200,131,181). Sum of RGB (Red+Green+Blue) = 200+131+181=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 181 (71.09% from 255 or 35.35% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C883B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883B5 is #377C4A. Grayscale: #9D9D9D. Windows color (decimal): -3636299 or 11895752. OLE color: 11895752.
HSL color Cylindrical-coordinate representation of color #C883B5: hue angle of 316.52º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883B5 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 181 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.22 |
| HSL | 316.52º | 0.39% | 0.65% | - |
| HSV(B) | 316.52º | 0.35% | 0.78% | - |
| XYZ | 40.28 | 31.85 | 47.74 | - |
| YUV | 157.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 181 | 0 | 0.34 | 0.09 | 0.22 | 316.52 | 0.39 | 0.65 |
| Hex | C8 | 83 | B5 | 0 | 22 | 9 | 16 | 13D | 27 | 41 |
| Octal | 310 | 203 | 265 | 0 | 42 | 11 | 26 | 475 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10110101 | 0 | 100010 | 1001 | 10110 | 100111101 | 100111 | 1000001 |
Color Harmonies of #C883B5
Complementary color
Monochromatic Colors of #C883B5
Black with #C883B5
Text Example
Text Example
White with #C883B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883B5; }
p { color: rgb(200,131,181); }
H1.HeaderClassName
{
color: #C883B5;
}
.AnyTagClassName
{
color: #C883B5;
}
</style>
background-color css
<style>
a { background-color: #C883B5; }
a { background-color: rgb(200,131,181); }
div.DivClassName
{
background-color: #C883B5;
}
.BgClassName
{
background-color: #C883B5;
}
</style>
border-color css
<style>
span { border-color: #C883B5; }
span { border-color: rgb(200,131,181); }
td.TdClassName
{
border-color: #C883B5;
}
.TagClassName
{
border-color: #C883B5;
}
</style>