Shades of Orchid #CF7CBC
Tints of Orchid #CF7CBC
RGB
CMYK
RGB Variations
Color information
#CF7CBC (or 0xCF7CBC) is known color: Orchid. HEX triplet: CF, 7C and BC. RGB value is (207,124,188). Sum of RGB (Red+Green+Blue) = 207+124+188=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CBC is #308343. Grayscale: #9B9B9B. Windows color (decimal): -3179332 or 12352719. OLE color: 12352719.
HSL color Cylindrical-coordinate representation of color #CF7CBC: hue angle of 313.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 #CF7CBC is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 188 | - |
| CMYK | 0 | 0.40 | 0.09 | 0.19 |
| HSL | 313.73º | 0.46% | 0.65% | - |
| HSV(B) | 313.73º | 0.4% | 0.81% | - |
| XYZ | 42.02 | 31.31 | 51.41 | - |
| YUV | 156.11 | 146 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 188 | 0 | 0.40 | 0.09 | 0.19 | 313.73 | 0.46 | 0.65 |
| Hex | CF | 7C | BC | 0 | 28 | 9 | 13 | 13A | 2E | 41 |
| Octal | 317 | 174 | 274 | 0 | 50 | 11 | 23 | 472 | 56 | 101 |
| Binary | 11001111 | 1111100 | 10111100 | 0 | 101000 | 1001 | 10011 | 100111010 | 101110 | 1000001 |
Color Harmonies of #CF7CBC
Complementary color
Monochromatic Colors of #CF7CBC
Black with #CF7CBC
Text Example
Text Example
White with #CF7CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CBC; }
p { color: rgb(207,124,188); }
H1.HeaderClassName
{
color: #CF7CBC;
}
.AnyTagClassName
{
color: #CF7CBC;
}
</style>
background-color css
<style>
a { background-color: #CF7CBC; }
a { background-color: rgb(207,124,188); }
div.DivClassName
{
background-color: #CF7CBC;
}
.BgClassName
{
background-color: #CF7CBC;
}
</style>
border-color css
<style>
span { border-color: #CF7CBC; }
span { border-color: rgb(207,124,188); }
td.TdClassName
{
border-color: #CF7CBC;
}
.TagClassName
{
border-color: #CF7CBC;
}
</style>