Shades of Lily #CF7DB3
Tints of Lily #CF7DB3
RGB
CMYK
RGB Variations
Color information
#CF7DB3 (or 0xCF7DB3) is known color: Lily. HEX triplet: CF, 7D and B3. RGB value is (207,125,179). Sum of RGB (Red+Green+Blue) = 207+125+179=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 179 (70.31% from 255 or 35.03% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DB3 is #30824C. Grayscale: #9B9B9B. Windows color (decimal): -3179085 or 11763151. OLE color: 11763151.
HSL color Cylindrical-coordinate representation of color #CF7DB3: hue angle of 320.49º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7DB3 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 179 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.19 |
| HSL | 320.49º | 0.46% | 0.65% | - |
| HSV(B) | 320.49º | 0.4% | 0.81% | - |
| XYZ | 41.2 | 31.19 | 46.5 | - |
| YUV | 155.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 179 | 0 | 0.40 | 0.14 | 0.19 | 320.49 | 0.46 | 0.65 |
| Hex | CF | 7D | B3 | 0 | 28 | E | 13 | 140 | 2E | 41 |
| Octal | 317 | 175 | 263 | 0 | 50 | 16 | 23 | 500 | 56 | 101 |
| Binary | 11001111 | 1111101 | 10110011 | 0 | 101000 | 1110 | 10011 | 101000000 | 101110 | 1000001 |
Color Harmonies of #CF7DB3
Complementary color
Monochromatic Colors of #CF7DB3
Black with #CF7DB3
Text Example
Text Example
White with #CF7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DB3; }
p { color: rgb(207,125,179); }
H1.HeaderClassName
{
color: #CF7DB3;
}
.AnyTagClassName
{
color: #CF7DB3;
}
</style>
background-color css
<style>
a { background-color: #CF7DB3; }
a { background-color: rgb(207,125,179); }
div.DivClassName
{
background-color: #CF7DB3;
}
.BgClassName
{
background-color: #CF7DB3;
}
</style>
border-color css
<style>
span { border-color: #CF7DB3; }
span { border-color: rgb(207,125,179); }
td.TdClassName
{
border-color: #CF7DB3;
}
.TagClassName
{
border-color: #CF7DB3;
}
</style>