Shades of Lily #C883B6
Tints of Lily #C883B6
RGB
CMYK
RGB Variations
Color information
#C883B6 (or 0xC883B6) is known color: Lily. HEX triplet: C8, 83 and B6. RGB value is (200,131,182). Sum of RGB (Red+Green+Blue) = 200+131+182=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C883B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883B6 is #377C49. Grayscale: #9D9D9D. Windows color (decimal): -3636298 or 11961288. OLE color: 11961288.
HSL color Cylindrical-coordinate representation of color #C883B6: hue angle of 315.65º 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 #C883B6 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 182 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.22 |
| HSL | 315.65º | 0.39% | 0.65% | - |
| HSV(B) | 315.65º | 0.35% | 0.78% | - |
| XYZ | 40.38 | 31.89 | 48.28 | - |
| YUV | 157.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 182 | 0 | 0.34 | 0.09 | 0.22 | 315.65 | 0.39 | 0.65 |
| Hex | C8 | 83 | B6 | 0 | 22 | 9 | 16 | 13C | 27 | 41 |
| Octal | 310 | 203 | 266 | 0 | 42 | 11 | 26 | 474 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10110110 | 0 | 100010 | 1001 | 10110 | 100111100 | 100111 | 1000001 |
Color Harmonies of #C883B6
Complementary color
Monochromatic Colors of #C883B6
Black with #C883B6
Text Example
Text Example
White with #C883B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883B6; }
p { color: rgb(200,131,182); }
H1.HeaderClassName
{
color: #C883B6;
}
.AnyTagClassName
{
color: #C883B6;
}
</style>
background-color css
<style>
a { background-color: #C883B6; }
a { background-color: rgb(200,131,182); }
div.DivClassName
{
background-color: #C883B6;
}
.BgClassName
{
background-color: #C883B6;
}
</style>
border-color css
<style>
span { border-color: #C883B6; }
span { border-color: rgb(200,131,182); }
td.TdClassName
{
border-color: #C883B6;
}
.TagClassName
{
border-color: #C883B6;
}
</style>