Shades of Orchid #CF7EE0
Tints of Orchid #CF7EE0
RGB
CMYK
RGB Variations
Color information
#CF7EE0 (or 0xCF7EE0) is known color: Orchid. HEX triplet: CF, 7E and E0. RGB value is (207,126,224). Sum of RGB (Red+Green+Blue) = 207+126+224=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 224 (87.89% from 255 or 40.22% from 557); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF7EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EE0 is #30811F. Grayscale: #A1A1A1. Windows color (decimal): -3178784 or 14712527. OLE color: 14712527.
HSL color Cylindrical-coordinate representation of color #CF7EE0: hue angle of 289.59º degrees, saturation: 0.61, 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 #CF7EE0 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 126 | 224 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.12 |
| HSL | 289.59º | 0.61% | 0.69% | - |
| HSV(B) | 289.59º | 0.44% | 0.88% | - |
| XYZ | 46.65 | 33.57 | 74.54 | - |
| YUV | 161.39 | 163.34 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 224 | 0.08 | 0.44 | 0 | 0.12 | 289.59 | 0.61 | 0.69 |
| Hex | CF | 7E | E0 | 8 | 2C | 0 | C | 122 | 3D | 45 |
| Octal | 317 | 176 | 340 | 10 | 54 | 0 | 14 | 442 | 75 | 105 |
| Binary | 11001111 | 1111110 | 11100000 | 1000 | 101100 | 0 | 1100 | 100100010 | 111101 | 1000101 |
Color Harmonies of #CF7EE0
Complementary color
Monochromatic Colors of #CF7EE0
Black with #CF7EE0
Text Example
Text Example
White with #CF7EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7EE0; }
p { color: rgb(207,126,224); }
H1.HeaderClassName
{
color: #CF7EE0;
}
.AnyTagClassName
{
color: #CF7EE0;
}
</style>
background-color css
<style>
a { background-color: #CF7EE0; }
a { background-color: rgb(207,126,224); }
div.DivClassName
{
background-color: #CF7EE0;
}
.BgClassName
{
background-color: #CF7EE0;
}
</style>
border-color css
<style>
span { border-color: #CF7EE0; }
span { border-color: rgb(207,126,224); }
td.TdClassName
{
border-color: #CF7EE0;
}
.TagClassName
{
border-color: #CF7EE0;
}
</style>