Shades of Lily #C883B2
Tints of Lily #C883B2
RGB
CMYK
RGB Variations
Color information
#C883B2 (or 0xC883B2) is known color: Lily. HEX triplet: C8, 83 and B2. RGB value is (200,131,178). Sum of RGB (Red+Green+Blue) = 200+131+178=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C883B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883B2 is #377C4D. Grayscale: #9C9C9C. Windows color (decimal): -3636302 or 11699144. OLE color: 11699144.
HSL color Cylindrical-coordinate representation of color #C883B2: hue angle of 319.13º 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 #C883B2 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 131 | 178 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.22 |
| HSL | 319.13º | 0.39% | 0.65% | - |
| HSV(B) | 319.13º | 0.35% | 0.78% | - |
| XYZ | 39.97 | 31.73 | 46.14 | - |
| YUV | 156.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 131 | 178 | 0 | 0.34 | 0.11 | 0.22 | 319.13 | 0.39 | 0.65 |
| Hex | C8 | 83 | B2 | 0 | 22 | B | 16 | 13F | 27 | 41 |
| Octal | 310 | 203 | 262 | 0 | 42 | 13 | 26 | 477 | 47 | 101 |
| Binary | 11001000 | 10000011 | 10110010 | 0 | 100010 | 1011 | 10110 | 100111111 | 100111 | 1000001 |
Color Harmonies of #C883B2
Complementary color
Monochromatic Colors of #C883B2
Black with #C883B2
Text Example
Text Example
White with #C883B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C883B2; }
p { color: rgb(200,131,178); }
H1.HeaderClassName
{
color: #C883B2;
}
.AnyTagClassName
{
color: #C883B2;
}
</style>
background-color css
<style>
a { background-color: #C883B2; }
a { background-color: rgb(200,131,178); }
div.DivClassName
{
background-color: #C883B2;
}
.BgClassName
{
background-color: #C883B2;
}
</style>
border-color css
<style>
span { border-color: #C883B2; }
span { border-color: rgb(200,131,178); }
td.TdClassName
{
border-color: #C883B2;
}
.TagClassName
{
border-color: #C883B2;
}
</style>