Shades of Orchid #CF7ECB
Tints of Orchid #CF7ECB
RGB
CMYK
RGB Variations
Color information
#CF7ECB (or 0xCF7ECB) is known color: Orchid. HEX triplet: CF, 7E and CB. RGB value is (207,126,203). Sum of RGB (Red+Green+Blue) = 207+126+203=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 126 (49.61% from 255 or 23.51% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ECB is #308134. Grayscale: #9E9E9E. Windows color (decimal): -3178805 or 13336271. OLE color: 13336271.
HSL color Cylindrical-coordinate representation of color #CF7ECB: hue angle of 302.96º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7ECB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 203 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.19 |
| HSL | 302.96º | 0.46% | 0.65% | - |
| HSV(B) | 302.96º | 0.39% | 0.81% | - |
| XYZ | 43.97 | 32.5 | 60.46 | - |
| YUV | 159 | 152.84 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 203 | 0 | 0.39 | 0.02 | 0.19 | 302.96 | 0.46 | 0.65 |
| Hex | CF | 7E | CB | 0 | 27 | 2 | 13 | 12F | 2E | 41 |
| Octal | 317 | 176 | 313 | 0 | 47 | 2 | 23 | 457 | 56 | 101 |
| Binary | 11001111 | 1111110 | 11001011 | 0 | 100111 | 10 | 10011 | 100101111 | 101110 | 1000001 |
Color Harmonies of #CF7ECB
Complementary color
Monochromatic Colors of #CF7ECB
Black with #CF7ECB
Text Example
Text Example
White with #CF7ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ECB; }
p { color: rgb(207,126,203); }
H1.HeaderClassName
{
color: #CF7ECB;
}
.AnyTagClassName
{
color: #CF7ECB;
}
</style>
background-color css
<style>
a { background-color: #CF7ECB; }
a { background-color: rgb(207,126,203); }
div.DivClassName
{
background-color: #CF7ECB;
}
.BgClassName
{
background-color: #CF7ECB;
}
</style>
border-color css
<style>
span { border-color: #CF7ECB; }
span { border-color: rgb(207,126,203); }
td.TdClassName
{
border-color: #CF7ECB;
}
.TagClassName
{
border-color: #CF7ECB;
}
</style>