Shades of Lily #CF84B3
Tints of Lily #CF84B3
RGB
CMYK
RGB Variations
Color information
#CF84B3 (or 0xCF84B3) is known color: Lily. HEX triplet: CF, 84 and B3. RGB value is (207,132,179). Sum of RGB (Red+Green+Blue) = 207+132+179=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 132 (51.95% from 255 or 25.48% from 518); Blue value is 179 (70.31% from 255 or 34.56% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84B3 is #307B4C. Grayscale: #9F9F9F. Windows color (decimal): -3177293 or 11764943. OLE color: 11764943.
HSL color Cylindrical-coordinate representation of color #CF84B3: hue angle of 322.4º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84B3 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 179 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.19 |
| HSL | 322.4º | 0.44% | 0.66% | - |
| HSV(B) | 322.4º | 0.36% | 0.81% | - |
| XYZ | 42.12 | 33.02 | 46.8 | - |
| YUV | 159.78 | 138.85 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 179 | 0 | 0.36 | 0.14 | 0.19 | 322.4 | 0.44 | 0.66 |
| Hex | CF | 84 | B3 | 0 | 24 | E | 13 | 142 | 2C | 42 |
| Octal | 317 | 204 | 263 | 0 | 44 | 16 | 23 | 502 | 54 | 102 |
| Binary | 11001111 | 10000100 | 10110011 | 0 | 100100 | 1110 | 10011 | 101000010 | 101100 | 1000010 |
Color Harmonies of #CF84B3
Complementary color
Monochromatic Colors of #CF84B3
Black with #CF84B3
Text Example
Text Example
White with #CF84B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF84B3; }
p { color: rgb(207,132,179); }
H1.HeaderClassName
{
color: #CF84B3;
}
.AnyTagClassName
{
color: #CF84B3;
}
</style>
background-color css
<style>
a { background-color: #CF84B3; }
a { background-color: rgb(207,132,179); }
div.DivClassName
{
background-color: #CF84B3;
}
.BgClassName
{
background-color: #CF84B3;
}
</style>
border-color css
<style>
span { border-color: #CF84B3; }
span { border-color: rgb(207,132,179); }
td.TdClassName
{
border-color: #CF84B3;
}
.TagClassName
{
border-color: #CF84B3;
}
</style>