Shades of Orchid #CF7EE1
Tints of Orchid #CF7EE1
RGB
CMYK
RGB Variations
Color information
#CF7EE1 (or 0xCF7EE1) is known color: Orchid. HEX triplet: CF, 7E and E1. RGB value is (207,126,225). Sum of RGB (Red+Green+Blue) = 207+126+225=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 126 (49.61% from 255 or 22.58% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF7EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EE1 is #30811E. Grayscale: #A1A1A1. Windows color (decimal): -3178783 or 14778063. OLE color: 14778063.
HSL color Cylindrical-coordinate representation of color #CF7EE1: hue angle of 289.09º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7EE1 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 126 | 225 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.12 |
| HSL | 289.09º | 0.62% | 0.69% | - |
| HSV(B) | 289.09º | 0.44% | 0.88% | - |
| XYZ | 46.78 | 33.62 | 75.26 | - |
| YUV | 161.51 | 163.84 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 225 | 0.08 | 0.44 | 0 | 0.12 | 289.09 | 0.62 | 0.69 |
| Hex | CF | 7E | E1 | 8 | 2C | 0 | C | 121 | 3E | 45 |
| Octal | 317 | 176 | 341 | 10 | 54 | 0 | 14 | 441 | 76 | 105 |
| Binary | 11001111 | 1111110 | 11100001 | 1000 | 101100 | 0 | 1100 | 100100001 | 111110 | 1000101 |
Color Harmonies of #CF7EE1
Complementary color
Monochromatic Colors of #CF7EE1
Black with #CF7EE1
Text Example
Text Example
White with #CF7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7EE1; }
p { color: rgb(207,126,225); }
H1.HeaderClassName
{
color: #CF7EE1;
}
.AnyTagClassName
{
color: #CF7EE1;
}
</style>
background-color css
<style>
a { background-color: #CF7EE1; }
a { background-color: rgb(207,126,225); }
div.DivClassName
{
background-color: #CF7EE1;
}
.BgClassName
{
background-color: #CF7EE1;
}
</style>
border-color css
<style>
span { border-color: #CF7EE1; }
span { border-color: rgb(207,126,225); }
td.TdClassName
{
border-color: #CF7EE1;
}
.TagClassName
{
border-color: #CF7EE1;
}
</style>