Shades of Lily #C883B4
Tints of Lily #C883B4
RGB
CMYK
RGB Variations
Color information
#C883B4 (or 0xC883B4) is known color: Lily. HEX triplet: C8, 83 and B4. RGB value is (200,131,180). Sum of RGB (Red+Green+Blue) = 200+131+180=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 180 (70.70% from 255 or 35.23% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C883B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883B4 is #377C4B. Grayscale: #9D9D9D. Windows color (decimal): -3636300 or 11830216. OLE color: 11830216.
HSL color Cylindrical-coordinate representation of color #C883B4: hue angle of 317.39º 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 #C883B4 is Cyan = 0, Magento = 0.34, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 180 | - |
| CMYK | 0 | 0.34 | 0.1 | 0.22 |
| HSL | 317.39º | 0.39% | 0.65% | - |
| HSV(B) | 317.39º | 0.35% | 0.78% | - |
| XYZ | 40.17 | 31.81 | 47.2 | - |
| YUV | 157.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 180 | 0 | 0.34 | 0.1 | 0.22 | 317.39 | 0.39 | 0.65 |
| Hex | C8 | 83 | B4 | 0 | 22 | A | 16 | 13D | 27 | 41 |
| Octal | 310 | 203 | 264 | 0 | 42 | 12 | 26 | 475 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10110100 | 0 | 100010 | 1010 | 10110 | 100111101 | 100111 | 1000001 |
Color Harmonies of #C883B4
Complementary color
Monochromatic Colors of #C883B4
Black with #C883B4
Text Example
Text Example
White with #C883B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883B4; }
p { color: rgb(200,131,180); }
H1.HeaderClassName
{
color: #C883B4;
}
.AnyTagClassName
{
color: #C883B4;
}
</style>
background-color css
<style>
a { background-color: #C883B4; }
a { background-color: rgb(200,131,180); }
div.DivClassName
{
background-color: #C883B4;
}
.BgClassName
{
background-color: #C883B4;
}
</style>
border-color css
<style>
span { border-color: #C883B4; }
span { border-color: rgb(200,131,180); }
td.TdClassName
{
border-color: #C883B4;
}
.TagClassName
{
border-color: #C883B4;
}
</style>