Shades of Lily #CF83BC
Tints of Lily #CF83BC
RGB
CMYK
RGB Variations
Color information
#CF83BC (or 0xCF83BC) is known color: Lily. HEX triplet: CF, 83 and BC. RGB value is (207,131,188). Sum of RGB (Red+Green+Blue) = 207+131+188=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83BC is #307C43. Grayscale: #A0A0A0. Windows color (decimal): -3177540 or 12354511. OLE color: 12354511.
HSL color Cylindrical-coordinate representation of color #CF83BC: hue angle of 315º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF83BC is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 188 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.19 |
| HSL | 315º | 0.44% | 0.66% | - |
| HSV(B) | 315º | 0.37% | 0.81% | - |
| XYZ | 42.93 | 33.13 | 51.71 | - |
| YUV | 160.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 188 | 0 | 0.37 | 0.09 | 0.19 | 315 | 0.44 | 0.66 |
| Hex | CF | 83 | BC | 0 | 25 | 9 | 13 | 13B | 2C | 42 |
| Octal | 317 | 203 | 274 | 0 | 45 | 11 | 23 | 473 | 54 | 102 |
| Binary | 11001111 | 10000011 | 10111100 | 0 | 100101 | 1001 | 10011 | 100111011 | 101100 | 1000010 |
Color Harmonies of #CF83BC
Complementary color
Monochromatic Colors of #CF83BC
Black with #CF83BC
Text Example
Text Example
White with #CF83BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83BC; }
p { color: rgb(207,131,188); }
H1.HeaderClassName
{
color: #CF83BC;
}
.AnyTagClassName
{
color: #CF83BC;
}
</style>
background-color css
<style>
a { background-color: #CF83BC; }
a { background-color: rgb(207,131,188); }
div.DivClassName
{
background-color: #CF83BC;
}
.BgClassName
{
background-color: #CF83BC;
}
</style>
border-color css
<style>
span { border-color: #CF83BC; }
span { border-color: rgb(207,131,188); }
td.TdClassName
{
border-color: #CF83BC;
}
.TagClassName
{
border-color: #CF83BC;
}
</style>