Shades of Lily #CF8ABA
Tints of Lily #CF8ABA
RGB
CMYK
RGB Variations
Color information
#CF8ABA (or 0xCF8ABA) is known color: Lily. HEX triplet: CF, 8A and BA. RGB value is (207,138,186). Sum of RGB (Red+Green+Blue) = 207+138+186=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ABA is #307545. Grayscale: #A3A3A3. Windows color (decimal): -3175750 or 12225231. OLE color: 12225231.
HSL color Cylindrical-coordinate representation of color #CF8ABA: hue angle of 318.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8ABA is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 186 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.19 |
| HSL | 318.26º | 0.42% | 0.68% | - |
| HSV(B) | 318.26º | 0.33% | 0.81% | - |
| XYZ | 43.68 | 34.99 | 50.91 | - |
| YUV | 164.1 | 140.36 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 186 | 0 | 0.33 | 0.10 | 0.19 | 318.26 | 0.42 | 0.68 |
| Hex | CF | 8A | BA | 0 | 21 | A | 13 | 13E | 2A | 44 |
| Octal | 317 | 212 | 272 | 0 | 41 | 12 | 23 | 476 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10111010 | 0 | 100001 | 1010 | 10011 | 100111110 | 101010 | 1000100 |
Color Harmonies of #CF8ABA
Complementary color
Monochromatic Colors of #CF8ABA
Black with #CF8ABA
Text Example
Text Example
White with #CF8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ABA; }
p { color: rgb(207,138,186); }
H1.HeaderClassName
{
color: #CF8ABA;
}
.AnyTagClassName
{
color: #CF8ABA;
}
</style>
background-color css
<style>
a { background-color: #CF8ABA; }
a { background-color: rgb(207,138,186); }
div.DivClassName
{
background-color: #CF8ABA;
}
.BgClassName
{
background-color: #CF8ABA;
}
</style>
border-color css
<style>
span { border-color: #CF8ABA; }
span { border-color: rgb(207,138,186); }
td.TdClassName
{
border-color: #CF8ABA;
}
.TagClassName
{
border-color: #CF8ABA;
}
</style>