Shades of Orchid #CF7BDC
Tints of Orchid #CF7BDC
RGB
CMYK
RGB Variations
Color information
#CF7BDC (or 0xCF7BDC) is known color: Orchid. HEX triplet: CF, 7B and DC. RGB value is (207,123,220). Sum of RGB (Red+Green+Blue) = 207+123+220=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF7BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BDC is #308423. Grayscale: #9E9E9E. Windows color (decimal): -3179556 or 14449615. OLE color: 14449615.
HSL color Cylindrical-coordinate representation of color #CF7BDC: hue angle of 291.96º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7BDC is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 123 | 220 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.14 |
| HSL | 291.96º | 0.58% | 0.67% | - |
| HSV(B) | 291.96º | 0.44% | 0.86% | - |
| XYZ | 45.73 | 32.6 | 71.59 | - |
| YUV | 159.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 220 | 0.06 | 0.44 | 0 | 0.14 | 291.96 | 0.58 | 0.67 |
| Hex | CF | 7B | DC | 6 | 2C | 0 | E | 124 | 3A | 43 |
| Octal | 317 | 173 | 334 | 6 | 54 | 0 | 16 | 444 | 72 | 103 |
| Binary | 11001111 | 1111011 | 11011100 | 110 | 101100 | 0 | 1110 | 100100100 | 111010 | 1000011 |
Color Harmonies of #CF7BDC
Complementary color
Monochromatic Colors of #CF7BDC
Black with #CF7BDC
Text Example
Text Example
White with #CF7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BDC; }
p { color: rgb(207,123,220); }
H1.HeaderClassName
{
color: #CF7BDC;
}
.AnyTagClassName
{
color: #CF7BDC;
}
</style>
background-color css
<style>
a { background-color: #CF7BDC; }
a { background-color: rgb(207,123,220); }
div.DivClassName
{
background-color: #CF7BDC;
}
.BgClassName
{
background-color: #CF7BDC;
}
</style>
border-color css
<style>
span { border-color: #CF7BDC; }
span { border-color: rgb(207,123,220); }
td.TdClassName
{
border-color: #CF7BDC;
}
.TagClassName
{
border-color: #CF7BDC;
}
</style>