Shades of Lily #CF83B6
Tints of Lily #CF83B6
RGB
CMYK
RGB Variations
Color information
#CF83B6 (or 0xCF83B6) is known color: Lily. HEX triplet: CF, 83 and B6. RGB value is (207,131,182). Sum of RGB (Red+Green+Blue) = 207+131+182=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83B6 is #307C49. Grayscale: #9F9F9F. Windows color (decimal): -3177546 or 11961295. OLE color: 11961295.
HSL color Cylindrical-coordinate representation of color #CF83B6: hue angle of 319.74º 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 #CF83B6 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 182 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.19 |
| HSL | 319.74º | 0.44% | 0.66% | - |
| HSV(B) | 319.74º | 0.37% | 0.81% | - |
| XYZ | 42.29 | 32.88 | 48.37 | - |
| YUV | 159.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 182 | 0 | 0.37 | 0.12 | 0.19 | 319.74 | 0.44 | 0.66 |
| Hex | CF | 83 | B6 | 0 | 25 | C | 13 | 140 | 2C | 42 |
| Octal | 317 | 203 | 266 | 0 | 45 | 14 | 23 | 500 | 54 | 102 |
| Binary | 11001111 | 10000011 | 10110110 | 0 | 100101 | 1100 | 10011 | 101000000 | 101100 | 1000010 |
Color Harmonies of #CF83B6
Complementary color
Monochromatic Colors of #CF83B6
Black with #CF83B6
Text Example
Text Example
White with #CF83B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83B6; }
p { color: rgb(207,131,182); }
H1.HeaderClassName
{
color: #CF83B6;
}
.AnyTagClassName
{
color: #CF83B6;
}
</style>
background-color css
<style>
a { background-color: #CF83B6; }
a { background-color: rgb(207,131,182); }
div.DivClassName
{
background-color: #CF83B6;
}
.BgClassName
{
background-color: #CF83B6;
}
</style>
border-color css
<style>
span { border-color: #CF83B6; }
span { border-color: rgb(207,131,182); }
td.TdClassName
{
border-color: #CF83B6;
}
.TagClassName
{
border-color: #CF83B6;
}
</style>