Shades of Lily #CF8BB5
Tints of Lily #CF8BB5
RGB
CMYK
RGB Variations
Color information
#CF8BB5 (or 0xCF8BB5) is known color: Lily. HEX triplet: CF, 8B and B5. RGB value is (207,139,181). Sum of RGB (Red+Green+Blue) = 207+139+181=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BB5 is #30744A. Grayscale: #A4A4A4. Windows color (decimal): -3175499 or 11897807. OLE color: 11897807.
HSL color Cylindrical-coordinate representation of color #CF8BB5: hue angle of 322.94º degrees, saturation: 0.41, 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 #CF8BB5 is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 181 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.19 |
| HSL | 322.94º | 0.41% | 0.68% | - |
| HSV(B) | 322.94º | 0.33% | 0.81% | - |
| XYZ | 43.31 | 35.07 | 48.2 | - |
| YUV | 164.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 181 | 0 | 0.33 | 0.13 | 0.19 | 322.94 | 0.41 | 0.68 |
| Hex | CF | 8B | B5 | 0 | 21 | D | 13 | 143 | 29 | 44 |
| Octal | 317 | 213 | 265 | 0 | 41 | 15 | 23 | 503 | 51 | 104 |
| Binary | 11001111 | 10001011 | 10110101 | 0 | 100001 | 1101 | 10011 | 101000011 | 101001 | 1000100 |
Color Harmonies of #CF8BB5
Complementary color
Monochromatic Colors of #CF8BB5
Black with #CF8BB5
Text Example
Text Example
White with #CF8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BB5; }
p { color: rgb(207,139,181); }
H1.HeaderClassName
{
color: #CF8BB5;
}
.AnyTagClassName
{
color: #CF8BB5;
}
</style>
background-color css
<style>
a { background-color: #CF8BB5; }
a { background-color: rgb(207,139,181); }
div.DivClassName
{
background-color: #CF8BB5;
}
.BgClassName
{
background-color: #CF8BB5;
}
</style>
border-color css
<style>
span { border-color: #CF8BB5; }
span { border-color: rgb(207,139,181); }
td.TdClassName
{
border-color: #CF8BB5;
}
.TagClassName
{
border-color: #CF8BB5;
}
</style>