Shades of Lily #C88FB4
Tints of Lily #C88FB4
RGB
CMYK
RGB Variations
Color information
#C88FB4 (or 0xC88FB4) is known color: Lily. HEX triplet: C8, 8F and B4. RGB value is (200,143,180). Sum of RGB (Red+Green+Blue) = 200+143+180=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FB4 is #37704B. Grayscale: #A4A4A4. Windows color (decimal): -3633228 or 11833288. OLE color: 11833288.
HSL color Cylindrical-coordinate representation of color #C88FB4: hue angle of 321.05º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88FB4 is Cyan = 0, Magento = 0.28, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 180 | - |
| CMYK | 0 | 0.28 | 0.1 | 0.22 |
| HSL | 321.05º | 0.34% | 0.67% | - |
| HSV(B) | 321.05º | 0.29% | 0.78% | - |
| XYZ | 41.88 | 35.22 | 47.77 | - |
| YUV | 164.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 180 | 0 | 0.28 | 0.1 | 0.22 | 321.05 | 0.34 | 0.67 |
| Hex | C8 | 8F | B4 | 0 | 1C | A | 16 | 141 | 22 | 43 |
| Octal | 310 | 217 | 264 | 0 | 34 | 12 | 26 | 501 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10110100 | 0 | 11100 | 1010 | 10110 | 101000001 | 100010 | 1000011 |
Color Harmonies of #C88FB4
Complementary color
Monochromatic Colors of #C88FB4
Black with #C88FB4
Text Example
Text Example
White with #C88FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FB4; }
p { color: rgb(200,143,180); }
H1.HeaderClassName
{
color: #C88FB4;
}
.AnyTagClassName
{
color: #C88FB4;
}
</style>
background-color css
<style>
a { background-color: #C88FB4; }
a { background-color: rgb(200,143,180); }
div.DivClassName
{
background-color: #C88FB4;
}
.BgClassName
{
background-color: #C88FB4;
}
</style>
border-color css
<style>
span { border-color: #C88FB4; }
span { border-color: rgb(200,143,180); }
td.TdClassName
{
border-color: #C88FB4;
}
.TagClassName
{
border-color: #C88FB4;
}
</style>