Shades of Orchid #CF7DBE
Tints of Orchid #CF7DBE
RGB
CMYK
RGB Variations
Color information
#CF7DBE (or 0xCF7DBE) is known color: Orchid. HEX triplet: CF, 7D and BE. RGB value is (207,125,190). Sum of RGB (Red+Green+Blue) = 207+125+190=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DBE is #308241. Grayscale: #9C9C9C. Windows color (decimal): -3179074 or 12484047. OLE color: 12484047.
HSL color Cylindrical-coordinate representation of color #CF7DBE: hue angle of 312.44º 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 #CF7DBE is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 190 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.19 |
| HSL | 312.44º | 0.46% | 0.65% | - |
| HSV(B) | 312.44º | 0.4% | 0.81% | - |
| XYZ | 42.36 | 31.65 | 52.59 | - |
| YUV | 156.93 | 146.67 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 190 | 0 | 0.40 | 0.08 | 0.19 | 312.44 | 0.46 | 0.65 |
| Hex | CF | 7D | BE | 0 | 28 | 8 | 13 | 138 | 2E | 41 |
| Octal | 317 | 175 | 276 | 0 | 50 | 10 | 23 | 470 | 56 | 101 |
| Binary | 11001111 | 1111101 | 10111110 | 0 | 101000 | 1000 | 10011 | 100111000 | 101110 | 1000001 |
Color Harmonies of #CF7DBE
Complementary color
Monochromatic Colors of #CF7DBE
Black with #CF7DBE
Text Example
Text Example
White with #CF7DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DBE; }
p { color: rgb(207,125,190); }
H1.HeaderClassName
{
color: #CF7DBE;
}
.AnyTagClassName
{
color: #CF7DBE;
}
</style>
background-color css
<style>
a { background-color: #CF7DBE; }
a { background-color: rgb(207,125,190); }
div.DivClassName
{
background-color: #CF7DBE;
}
.BgClassName
{
background-color: #CF7DBE;
}
</style>
border-color css
<style>
span { border-color: #CF7DBE; }
span { border-color: rgb(207,125,190); }
td.TdClassName
{
border-color: #CF7DBE;
}
.TagClassName
{
border-color: #CF7DBE;
}
</style>