Shades of Orchid #CF7EBA
Tints of Orchid #CF7EBA
RGB
CMYK
RGB Variations
Color information
#CF7EBA (or 0xCF7EBA) is known color: Orchid. HEX triplet: CF, 7E and BA. RGB value is (207,126,186). Sum of RGB (Red+Green+Blue) = 207+126+186=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 126 (49.61% from 255 or 24.28% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EBA is #308145. Grayscale: #9C9C9C. Windows color (decimal): -3178822 or 12222159. OLE color: 12222159.
HSL color Cylindrical-coordinate representation of color #CF7EBA: hue angle of 315.56º 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 #CF7EBA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 186 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.19 |
| HSL | 315.56º | 0.46% | 0.65% | - |
| HSV(B) | 315.56º | 0.39% | 0.81% | - |
| XYZ | 42.06 | 31.73 | 50.36 | - |
| YUV | 157.06 | 144.34 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 186 | 0 | 0.39 | 0.10 | 0.19 | 315.56 | 0.46 | 0.65 |
| Hex | CF | 7E | BA | 0 | 27 | A | 13 | 13C | 2E | 41 |
| Octal | 317 | 176 | 272 | 0 | 47 | 12 | 23 | 474 | 56 | 101 |
| Binary | 11001111 | 1111110 | 10111010 | 0 | 100111 | 1010 | 10011 | 100111100 | 101110 | 1000001 |
Color Harmonies of #CF7EBA
Complementary color
Monochromatic Colors of #CF7EBA
Black with #CF7EBA
Text Example
Text Example
White with #CF7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7EBA; }
p { color: rgb(207,126,186); }
H1.HeaderClassName
{
color: #CF7EBA;
}
.AnyTagClassName
{
color: #CF7EBA;
}
</style>
background-color css
<style>
a { background-color: #CF7EBA; }
a { background-color: rgb(207,126,186); }
div.DivClassName
{
background-color: #CF7EBA;
}
.BgClassName
{
background-color: #CF7EBA;
}
</style>
border-color css
<style>
span { border-color: #CF7EBA; }
span { border-color: rgb(207,126,186); }
td.TdClassName
{
border-color: #CF7EBA;
}
.TagClassName
{
border-color: #CF7EBA;
}
</style>