Shades of Orchid #CF7FBC
Tints of Orchid #CF7FBC
RGB
CMYK
RGB Variations
Color information
#CF7FBC (or 0xCF7FBC) is known color: Orchid. HEX triplet: CF, 7F and BC. RGB value is (207,127,188). Sum of RGB (Red+Green+Blue) = 207+127+188=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FBC is #308043. Grayscale: #9D9D9D. Windows color (decimal): -3178564 or 12353487. OLE color: 12353487.
HSL color Cylindrical-coordinate representation of color #CF7FBC: hue angle of 314.25º degrees, saturation: 0.45, 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 #CF7FBC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 188 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.19 |
| HSL | 314.25º | 0.45% | 0.65% | - |
| HSV(B) | 314.25º | 0.39% | 0.81% | - |
| XYZ | 42.4 | 32.07 | 51.53 | - |
| YUV | 157.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 188 | 0 | 0.39 | 0.09 | 0.19 | 314.25 | 0.45 | 0.65 |
| Hex | CF | 7F | BC | 0 | 27 | 9 | 13 | 13A | 2D | 41 |
| Octal | 317 | 177 | 274 | 0 | 47 | 11 | 23 | 472 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10111100 | 0 | 100111 | 1001 | 10011 | 100111010 | 101101 | 1000001 |
Color Harmonies of #CF7FBC
Complementary color
Monochromatic Colors of #CF7FBC
Black with #CF7FBC
Text Example
Text Example
White with #CF7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FBC; }
p { color: rgb(207,127,188); }
H1.HeaderClassName
{
color: #CF7FBC;
}
.AnyTagClassName
{
color: #CF7FBC;
}
</style>
background-color css
<style>
a { background-color: #CF7FBC; }
a { background-color: rgb(207,127,188); }
div.DivClassName
{
background-color: #CF7FBC;
}
.BgClassName
{
background-color: #CF7FBC;
}
</style>
border-color css
<style>
span { border-color: #CF7FBC; }
span { border-color: rgb(207,127,188); }
td.TdClassName
{
border-color: #CF7FBC;
}
.TagClassName
{
border-color: #CF7FBC;
}
</style>