Shades of Lily #C88FAA
Tints of Lily #C88FAA
RGB
CMYK
RGB Variations
Color information
#C88FAA (or 0xC88FAA) is known color: Lily. HEX triplet: C8, 8F and AA. RGB value is (200,143,170). Sum of RGB (Red+Green+Blue) = 200+143+170=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88FAA is #377055. Grayscale: #A3A3A3. Windows color (decimal): -3633238 or 11177928. OLE color: 11177928.
HSL color Cylindrical-coordinate representation of color #C88FAA: hue angle of 331.58º 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 #C88FAA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 170 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.22 |
| HSL | 331.58º | 0.34% | 0.67% | - |
| HSV(B) | 331.58º | 0.29% | 0.78% | - |
| XYZ | 40.9 | 34.83 | 42.6 | - |
| YUV | 163.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 170 | 0 | 0.28 | 0.15 | 0.22 | 331.58 | 0.34 | 0.67 |
| Hex | C8 | 8F | AA | 0 | 1C | F | 16 | 14C | 22 | 43 |
| Octal | 310 | 217 | 252 | 0 | 34 | 17 | 26 | 514 | 42 | 103 |
| Binary | 11001000 | 10001111 | 10101010 | 0 | 11100 | 1111 | 10110 | 101001100 | 100010 | 1000011 |
Color Harmonies of #C88FAA
Complementary color
Monochromatic Colors of #C88FAA
Black with #C88FAA
Text Example
Text Example
White with #C88FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FAA; }
p { color: rgb(200,143,170); }
H1.HeaderClassName
{
color: #C88FAA;
}
.AnyTagClassName
{
color: #C88FAA;
}
</style>
background-color css
<style>
a { background-color: #C88FAA; }
a { background-color: rgb(200,143,170); }
div.DivClassName
{
background-color: #C88FAA;
}
.BgClassName
{
background-color: #C88FAA;
}
</style>
border-color css
<style>
span { border-color: #C88FAA; }
span { border-color: rgb(200,143,170); }
td.TdClassName
{
border-color: #C88FAA;
}
.TagClassName
{
border-color: #C88FAA;
}
</style>