Shades of Orchid #CF7ECC
Tints of Orchid #CF7ECC
RGB
CMYK
RGB Variations
Color information
#CF7ECC (or 0xCF7ECC) is known color: Orchid. HEX triplet: CF, 7E and CC. RGB value is (207,126,204). Sum of RGB (Red+Green+Blue) = 207+126+204=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 126 (49.61% from 255 or 23.46% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ECC is #308133. Grayscale: #9E9E9E. Windows color (decimal): -3178804 or 13401807. OLE color: 13401807.
HSL color Cylindrical-coordinate representation of color #CF7ECC: hue angle of 302.22º 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 #CF7ECC is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 204 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.19 |
| HSL | 302.22º | 0.46% | 0.65% | - |
| HSV(B) | 302.22º | 0.39% | 0.81% | - |
| XYZ | 44.09 | 32.55 | 61.08 | - |
| YUV | 159.11 | 153.34 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 204 | 0 | 0.39 | 0.01 | 0.19 | 302.22 | 0.46 | 0.65 |
| Hex | CF | 7E | CC | 0 | 27 | 1 | 13 | 12E | 2E | 41 |
| Octal | 317 | 176 | 314 | 0 | 47 | 1 | 23 | 456 | 56 | 101 |
| Binary | 11001111 | 1111110 | 11001100 | 0 | 100111 | 1 | 10011 | 100101110 | 101110 | 1000001 |
Color Harmonies of #CF7ECC
Complementary color
Monochromatic Colors of #CF7ECC
Black with #CF7ECC
Text Example
Text Example
White with #CF7ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ECC; }
p { color: rgb(207,126,204); }
H1.HeaderClassName
{
color: #CF7ECC;
}
.AnyTagClassName
{
color: #CF7ECC;
}
</style>
background-color css
<style>
a { background-color: #CF7ECC; }
a { background-color: rgb(207,126,204); }
div.DivClassName
{
background-color: #CF7ECC;
}
.BgClassName
{
background-color: #CF7ECC;
}
</style>
border-color css
<style>
span { border-color: #CF7ECC; }
span { border-color: rgb(207,126,204); }
td.TdClassName
{
border-color: #CF7ECC;
}
.TagClassName
{
border-color: #CF7ECC;
}
</style>