Shades of Orchid #CF7CDE
Tints of Orchid #CF7CDE
RGB
CMYK
RGB Variations
Color information
#CF7CDE (or 0xCF7CDE) is known color: Orchid. HEX triplet: CF, 7C and DE. RGB value is (207,124,222). Sum of RGB (Red+Green+Blue) = 207+124+222=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF7CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CDE is #308321. Grayscale: #9F9F9F. Windows color (decimal): -3179298 or 14580943. OLE color: 14580943.
HSL color Cylindrical-coordinate representation of color #CF7CDE: hue angle of 290.82º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7CDE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 124 | 222 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.13 |
| HSL | 290.82º | 0.6% | 0.68% | - |
| HSV(B) | 290.82º | 0.44% | 0.87% | - |
| XYZ | 46.12 | 32.95 | 73.04 | - |
| YUV | 159.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 222 | 0.07 | 0.44 | 0 | 0.13 | 290.82 | 0.6 | 0.68 |
| Hex | CF | 7C | DE | 7 | 2C | 0 | D | 123 | 3C | 44 |
| Octal | 317 | 174 | 336 | 7 | 54 | 0 | 15 | 443 | 74 | 104 |
| Binary | 11001111 | 1111100 | 11011110 | 111 | 101100 | 0 | 1101 | 100100011 | 111100 | 1000100 |
Color Harmonies of #CF7CDE
Complementary color
Monochromatic Colors of #CF7CDE
Black with #CF7CDE
Text Example
Text Example
White with #CF7CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CDE; }
p { color: rgb(207,124,222); }
H1.HeaderClassName
{
color: #CF7CDE;
}
.AnyTagClassName
{
color: #CF7CDE;
}
</style>
background-color css
<style>
a { background-color: #CF7CDE; }
a { background-color: rgb(207,124,222); }
div.DivClassName
{
background-color: #CF7CDE;
}
.BgClassName
{
background-color: #CF7CDE;
}
</style>
border-color css
<style>
span { border-color: #CF7CDE; }
span { border-color: rgb(207,124,222); }
td.TdClassName
{
border-color: #CF7CDE;
}
.TagClassName
{
border-color: #CF7CDE;
}
</style>