Shades of Orchid #CF7DCE
Tints of Orchid #CF7DCE
RGB
CMYK
RGB Variations
Color information
#CF7DCE (or 0xCF7DCE) is known color: Orchid. HEX triplet: CF, 7D and CE. RGB value is (207,125,206). Sum of RGB (Red+Green+Blue) = 207+125+206=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DCE is #308231. Grayscale: #9E9E9E. Windows color (decimal): -3179058 or 13532623. OLE color: 13532623.
HSL color Cylindrical-coordinate representation of color #CF7DCE: hue angle of 300.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7DCE is Cyan = 0, Magento = 0.40, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 206 | - |
| CMYK | 0 | 0.40 | 0.00 | 0.19 |
| HSL | 300.73º | 0.46% | 0.65% | - |
| HSV(B) | 300.73º | 0.4% | 0.81% | - |
| XYZ | 44.21 | 32.39 | 62.31 | - |
| YUV | 158.75 | 154.67 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 206 | 0 | 0.40 | 0.00 | 0.19 | 300.73 | 0.46 | 0.65 |
| Hex | CF | 7D | CE | 0 | 28 | 0 | 13 | 12D | 2E | 41 |
| Octal | 317 | 175 | 316 | 0 | 50 | 0 | 23 | 455 | 56 | 101 |
| Binary | 11001111 | 1111101 | 11001110 | 0 | 101000 | 0 | 10011 | 100101101 | 101110 | 1000001 |
Color Harmonies of #CF7DCE
Complementary color
Monochromatic Colors of #CF7DCE
Black with #CF7DCE
Text Example
Text Example
White with #CF7DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DCE; }
p { color: rgb(207,125,206); }
H1.HeaderClassName
{
color: #CF7DCE;
}
.AnyTagClassName
{
color: #CF7DCE;
}
</style>
background-color css
<style>
a { background-color: #CF7DCE; }
a { background-color: rgb(207,125,206); }
div.DivClassName
{
background-color: #CF7DCE;
}
.BgClassName
{
background-color: #CF7DCE;
}
</style>
border-color css
<style>
span { border-color: #CF7DCE; }
span { border-color: rgb(207,125,206); }
td.TdClassName
{
border-color: #CF7DCE;
}
.TagClassName
{
border-color: #CF7DCE;
}
</style>