Shades of Orchid #CF7EBC
Tints of Orchid #CF7EBC
RGB
CMYK
RGB Variations
Color information
#CF7EBC (or 0xCF7EBC) is known color: Orchid. HEX triplet: CF, 7E and BC. RGB value is (207,126,188). Sum of RGB (Red+Green+Blue) = 207+126+188=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EBC is #308143. Grayscale: #9D9D9D. Windows color (decimal): -3178820 or 12353231. OLE color: 12353231.
HSL color Cylindrical-coordinate representation of color #CF7EBC: hue angle of 314.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7EBC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 188 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.19 |
| HSL | 314.07º | 0.46% | 0.65% | - |
| HSV(B) | 314.07º | 0.39% | 0.81% | - |
| XYZ | 42.27 | 31.82 | 51.49 | - |
| YUV | 157.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 188 | 0 | 0.39 | 0.09 | 0.19 | 314.07 | 0.46 | 0.65 |
| Hex | CF | 7E | BC | 0 | 27 | 9 | 13 | 13A | 2E | 41 |
| Octal | 317 | 176 | 274 | 0 | 47 | 11 | 23 | 472 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10111100 | 0 | 100111 | 1001 | 10011 | 100111010 | 101110 | 1000001 |
Color Harmonies of #CF7EBC
Complementary color
Monochromatic Colors of #CF7EBC
Black with #CF7EBC
Text Example
Text Example
White with #CF7EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7EBC; }
p { color: rgb(207,126,188); }
H1.HeaderClassName
{
color: #CF7EBC;
}
.AnyTagClassName
{
color: #CF7EBC;
}
</style>
background-color css
<style>
a { background-color: #CF7EBC; }
a { background-color: rgb(207,126,188); }
div.DivClassName
{
background-color: #CF7EBC;
}
.BgClassName
{
background-color: #CF7EBC;
}
</style>
border-color css
<style>
span { border-color: #CF7EBC; }
span { border-color: rgb(207,126,188); }
td.TdClassName
{
border-color: #CF7EBC;
}
.TagClassName
{
border-color: #CF7EBC;
}
</style>