Shades of Orchid #CF7DD8
Tints of Orchid #CF7DD8
RGB
CMYK
RGB Variations
Color information
#CF7DD8 (or 0xCF7DD8) is known color: Orchid. HEX triplet: CF, 7D and D8. RGB value is (207,125,216). Sum of RGB (Red+Green+Blue) = 207+125+216=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 216 (84.77% from 255 or 39.42% from 548); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF7DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DD8 is #308227. Grayscale: #9F9F9F. Windows color (decimal): -3179048 or 14187983. OLE color: 14187983.
HSL color Cylindrical-coordinate representation of color #CF7DD8: hue angle of 294.07º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7DD8 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 125 | 216 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.15 |
| HSL | 294.07º | 0.54% | 0.67% | - |
| HSV(B) | 294.07º | 0.42% | 0.85% | - |
| XYZ | 45.46 | 32.89 | 68.92 | - |
| YUV | 159.89 | 159.67 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 216 | 0.04 | 0.42 | 0 | 0.15 | 294.07 | 0.54 | 0.67 |
| Hex | CF | 7D | D8 | 4 | 2A | 0 | F | 126 | 36 | 43 |
| Octal | 317 | 175 | 330 | 4 | 52 | 0 | 17 | 446 | 66 | 103 |
| Binary | 11001111 | 1111101 | 11011000 | 100 | 101010 | 0 | 1111 | 100100110 | 110110 | 1000011 |
Color Harmonies of #CF7DD8
Complementary color
Monochromatic Colors of #CF7DD8
Black with #CF7DD8
Text Example
Text Example
White with #CF7DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DD8; }
p { color: rgb(207,125,216); }
H1.HeaderClassName
{
color: #CF7DD8;
}
.AnyTagClassName
{
color: #CF7DD8;
}
</style>
background-color css
<style>
a { background-color: #CF7DD8; }
a { background-color: rgb(207,125,216); }
div.DivClassName
{
background-color: #CF7DD8;
}
.BgClassName
{
background-color: #CF7DD8;
}
</style>
border-color css
<style>
span { border-color: #CF7DD8; }
span { border-color: rgb(207,125,216); }
td.TdClassName
{
border-color: #CF7DD8;
}
.TagClassName
{
border-color: #CF7DD8;
}
</style>