Shades of Orchid #CF7ABB
Tints of Orchid #CF7ABB
RGB
CMYK
RGB Variations
Color information
#CF7ABB (or 0xCF7ABB) is known color: Orchid. HEX triplet: CF, 7A and BB. RGB value is (207,122,187). Sum of RGB (Red+Green+Blue) = 207+122+187=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ABB is #308544. Grayscale: #9A9A9A. Windows color (decimal): -3179845 or 12286671. OLE color: 12286671.
HSL color Cylindrical-coordinate representation of color #CF7ABB: hue angle of 314.12º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7ABB is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 187 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.19 |
| HSL | 314.12º | 0.47% | 0.65% | - |
| HSV(B) | 314.12º | 0.41% | 0.81% | - |
| XYZ | 41.66 | 30.77 | 50.76 | - |
| YUV | 154.83 | 146.16 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 187 | 0 | 0.41 | 0.10 | 0.19 | 314.12 | 0.47 | 0.65 |
| Hex | CF | 7A | BB | 0 | 29 | A | 13 | 13A | 2F | 41 |
| Octal | 317 | 172 | 273 | 0 | 51 | 12 | 23 | 472 | 57 | 101 |
| Binary | 11001111 | 1111010 | 10111011 | 0 | 101001 | 1010 | 10011 | 100111010 | 101111 | 1000001 |
Color Harmonies of #CF7ABB
Complementary color
Monochromatic Colors of #CF7ABB
Black with #CF7ABB
Text Example
Text Example
White with #CF7ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ABB; }
p { color: rgb(207,122,187); }
H1.HeaderClassName
{
color: #CF7ABB;
}
.AnyTagClassName
{
color: #CF7ABB;
}
</style>
background-color css
<style>
a { background-color: #CF7ABB; }
a { background-color: rgb(207,122,187); }
div.DivClassName
{
background-color: #CF7ABB;
}
.BgClassName
{
background-color: #CF7ABB;
}
</style>
border-color css
<style>
span { border-color: #CF7ABB; }
span { border-color: rgb(207,122,187); }
td.TdClassName
{
border-color: #CF7ABB;
}
.TagClassName
{
border-color: #CF7ABB;
}
</style>