Shades of Lily #CF8ABE
Tints of Lily #CF8ABE
RGB
CMYK
RGB Variations
Color information
#CF8ABE (or 0xCF8ABE) is known color: Lily. HEX triplet: CF, 8A and BE. RGB value is (207,138,190). Sum of RGB (Red+Green+Blue) = 207+138+190=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ABE is #307541. Grayscale: #A4A4A4. Windows color (decimal): -3175746 or 12487375. OLE color: 12487375.
HSL color Cylindrical-coordinate representation of color #CF8ABE: hue angle of 314.78º 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 #CF8ABE is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 138 | 190 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.19 |
| HSL | 314.78º | 0.42% | 0.68% | - |
| HSV(B) | 314.78º | 0.33% | 0.81% | - |
| XYZ | 44.11 | 35.16 | 53.18 | - |
| YUV | 164.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 138 | 190 | 0 | 0.33 | 0.08 | 0.19 | 314.78 | 0.42 | 0.68 |
| Hex | CF | 8A | BE | 0 | 21 | 8 | 13 | 13B | 2A | 44 |
| Octal | 317 | 212 | 276 | 0 | 41 | 10 | 23 | 473 | 52 | 104 |
| Binary | 11001111 | 10001010 | 10111110 | 0 | 100001 | 1000 | 10011 | 100111011 | 101010 | 1000100 |
Color Harmonies of #CF8ABE
Complementary color
Monochromatic Colors of #CF8ABE
Black with #CF8ABE
Text Example
Text Example
White with #CF8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8ABE; }
p { color: rgb(207,138,190); }
H1.HeaderClassName
{
color: #CF8ABE;
}
.AnyTagClassName
{
color: #CF8ABE;
}
</style>
background-color css
<style>
a { background-color: #CF8ABE; }
a { background-color: rgb(207,138,190); }
div.DivClassName
{
background-color: #CF8ABE;
}
.BgClassName
{
background-color: #CF8ABE;
}
</style>
border-color css
<style>
span { border-color: #CF8ABE; }
span { border-color: rgb(207,138,190); }
td.TdClassName
{
border-color: #CF8ABE;
}
.TagClassName
{
border-color: #CF8ABE;
}
</style>