Shades of Orchid #CF7EDE
Tints of Orchid #CF7EDE
RGB
CMYK
RGB Variations
Color information
#CF7EDE (or 0xCF7EDE) is known color: Orchid. HEX triplet: CF, 7E and DE. RGB value is (207,126,222). Sum of RGB (Red+Green+Blue) = 207+126+222=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 126 (49.61% from 255 or 22.70% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF7EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7EDE is #308121. Grayscale: #A0A0A0. Windows color (decimal): -3178786 or 14581455. OLE color: 14581455.
HSL color Cylindrical-coordinate representation of color #CF7EDE: hue angle of 290.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7EDE is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 126 | 222 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.13 |
| HSL | 290.63º | 0.59% | 0.68% | - |
| HSV(B) | 290.63º | 0.43% | 0.87% | - |
| XYZ | 46.38 | 33.46 | 73.12 | - |
| YUV | 161.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 222 | 0.07 | 0.43 | 0 | 0.13 | 290.63 | 0.59 | 0.68 |
| Hex | CF | 7E | DE | 7 | 2B | 0 | D | 123 | 3B | 44 |
| Octal | 317 | 176 | 336 | 7 | 53 | 0 | 15 | 443 | 73 | 104 |
| Binary | 11001111 | 1111110 | 11011110 | 111 | 101011 | 0 | 1101 | 100100011 | 111011 | 1000100 |
Color Harmonies of #CF7EDE
Complementary color
Monochromatic Colors of #CF7EDE
Black with #CF7EDE
Text Example
Text Example
White with #CF7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7EDE; }
p { color: rgb(207,126,222); }
H1.HeaderClassName
{
color: #CF7EDE;
}
.AnyTagClassName
{
color: #CF7EDE;
}
</style>
background-color css
<style>
a { background-color: #CF7EDE; }
a { background-color: rgb(207,126,222); }
div.DivClassName
{
background-color: #CF7EDE;
}
.BgClassName
{
background-color: #CF7EDE;
}
</style>
border-color css
<style>
span { border-color: #CF7EDE; }
span { border-color: rgb(207,126,222); }
td.TdClassName
{
border-color: #CF7EDE;
}
.TagClassName
{
border-color: #CF7EDE;
}
</style>