Shades of Orchid #CF7DBF
Tints of Orchid #CF7DBF
RGB
CMYK
RGB Variations
Color information
#CF7DBF (or 0xCF7DBF) is known color: Orchid. HEX triplet: CF, 7D and BF. RGB value is (207,125,191). Sum of RGB (Red+Green+Blue) = 207+125+191=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 125 (49.22% from 255 or 23.90% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DBF is #308240. Grayscale: #9C9C9C. Windows color (decimal): -3179073 or 12549583. OLE color: 12549583.
HSL color Cylindrical-coordinate representation of color #CF7DBF: hue angle of 311.71º 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 #CF7DBF is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 191 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.19 |
| HSL | 311.71º | 0.46% | 0.65% | - |
| HSV(B) | 311.71º | 0.4% | 0.81% | - |
| XYZ | 42.47 | 31.69 | 53.17 | - |
| YUV | 157.04 | 147.17 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 191 | 0 | 0.40 | 0.08 | 0.19 | 311.71 | 0.46 | 0.65 |
| Hex | CF | 7D | BF | 0 | 28 | 8 | 13 | 138 | 2E | 41 |
| Octal | 317 | 175 | 277 | 0 | 50 | 10 | 23 | 470 | 56 | 101 |
| Binary | 11001111 | 1111101 | 10111111 | 0 | 101000 | 1000 | 10011 | 100111000 | 101110 | 1000001 |
Color Harmonies of #CF7DBF
Complementary color
Monochromatic Colors of #CF7DBF
Black with #CF7DBF
Text Example
Text Example
White with #CF7DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DBF; }
p { color: rgb(207,125,191); }
H1.HeaderClassName
{
color: #CF7DBF;
}
.AnyTagClassName
{
color: #CF7DBF;
}
</style>
background-color css
<style>
a { background-color: #CF7DBF; }
a { background-color: rgb(207,125,191); }
div.DivClassName
{
background-color: #CF7DBF;
}
.BgClassName
{
background-color: #CF7DBF;
}
</style>
border-color css
<style>
span { border-color: #CF7DBF; }
span { border-color: rgb(207,125,191); }
td.TdClassName
{
border-color: #CF7DBF;
}
.TagClassName
{
border-color: #CF7DBF;
}
</style>