Shades of Orchid #CF7CBF
Tints of Orchid #CF7CBF
RGB
CMYK
RGB Variations
Color information
#CF7CBF (or 0xCF7CBF) is known color: Orchid. HEX triplet: CF, 7C and BF. RGB value is (207,124,191). Sum of RGB (Red+Green+Blue) = 207+124+191=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 191 (75% from 255 or 36.59% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7CBF is #308340. Grayscale: #9C9C9C. Windows color (decimal): -3179329 or 12549327. OLE color: 12549327.
HSL color Cylindrical-coordinate representation of color #CF7CBF: hue angle of 311.57º 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 #CF7CBF is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 191 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.19 |
| HSL | 311.57º | 0.46% | 0.65% | - |
| HSV(B) | 311.57º | 0.4% | 0.81% | - |
| XYZ | 42.34 | 31.44 | 53.13 | - |
| YUV | 156.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 191 | 0 | 0.40 | 0.08 | 0.19 | 311.57 | 0.46 | 0.65 |
| Hex | CF | 7C | BF | 0 | 28 | 8 | 13 | 138 | 2E | 41 |
| Octal | 317 | 174 | 277 | 0 | 50 | 10 | 23 | 470 | 56 | 101 |
| Binary | 11001111 | 1111100 | 10111111 | 0 | 101000 | 1000 | 10011 | 100111000 | 101110 | 1000001 |
Color Harmonies of #CF7CBF
Complementary color
Monochromatic Colors of #CF7CBF
Black with #CF7CBF
Text Example
Text Example
White with #CF7CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7CBF; }
p { color: rgb(207,124,191); }
H1.HeaderClassName
{
color: #CF7CBF;
}
.AnyTagClassName
{
color: #CF7CBF;
}
</style>
background-color css
<style>
a { background-color: #CF7CBF; }
a { background-color: rgb(207,124,191); }
div.DivClassName
{
background-color: #CF7CBF;
}
.BgClassName
{
background-color: #CF7CBF;
}
</style>
border-color css
<style>
span { border-color: #CF7CBF; }
span { border-color: rgb(207,124,191); }
td.TdClassName
{
border-color: #CF7CBF;
}
.TagClassName
{
border-color: #CF7CBF;
}
</style>