Shades of Orchid #CF7FBF
Tints of Orchid #CF7FBF
RGB
CMYK
RGB Variations
Color information
#CF7FBF (or 0xCF7FBF) is known color: Orchid. HEX triplet: CF, 7F and BF. RGB value is (207,127,191). Sum of RGB (Red+Green+Blue) = 207+127+191=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FBF is #308040. Grayscale: #9E9E9E. Windows color (decimal): -3178561 or 12550095. OLE color: 12550095.
HSL color Cylindrical-coordinate representation of color #CF7FBF: hue angle of 312º 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 #CF7FBF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 191 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.19 |
| HSL | 312º | 0.45% | 0.65% | - |
| HSV(B) | 312º | 0.39% | 0.81% | - |
| XYZ | 42.73 | 32.21 | 53.25 | - |
| YUV | 158.22 | 146.5 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 191 | 0 | 0.39 | 0.08 | 0.19 | 312 | 0.45 | 0.65 |
| Hex | CF | 7F | BF | 0 | 27 | 8 | 13 | 138 | 2D | 41 |
| Octal | 317 | 177 | 277 | 0 | 47 | 10 | 23 | 470 | 55 | 101 |
| Binary | 11001111 | 1111111 | 10111111 | 0 | 100111 | 1000 | 10011 | 100111000 | 101101 | 1000001 |
Color Harmonies of #CF7FBF
Complementary color
Monochromatic Colors of #CF7FBF
Black with #CF7FBF
Text Example
Text Example
White with #CF7FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FBF; }
p { color: rgb(207,127,191); }
H1.HeaderClassName
{
color: #CF7FBF;
}
.AnyTagClassName
{
color: #CF7FBF;
}
</style>
background-color css
<style>
a { background-color: #CF7FBF; }
a { background-color: rgb(207,127,191); }
div.DivClassName
{
background-color: #CF7FBF;
}
.BgClassName
{
background-color: #CF7FBF;
}
</style>
border-color css
<style>
span { border-color: #CF7FBF; }
span { border-color: rgb(207,127,191); }
td.TdClassName
{
border-color: #CF7FBF;
}
.TagClassName
{
border-color: #CF7FBF;
}
</style>