Shades of Orchid #CF7DCC
Tints of Orchid #CF7DCC
RGB
CMYK
RGB Variations
Color information
#CF7DCC (or 0xCF7DCC) is known color: Orchid. HEX triplet: CF, 7D and CC. RGB value is (207,125,204). Sum of RGB (Red+Green+Blue) = 207+125+204=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DCC is #308233. Grayscale: #9E9E9E. Windows color (decimal): -3179060 or 13401551. OLE color: 13401551.
HSL color Cylindrical-coordinate representation of color #CF7DCC: hue angle of 302.2º 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 #CF7DCC is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 204 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.19 |
| HSL | 302.2º | 0.46% | 0.65% | - |
| HSV(B) | 302.2º | 0.4% | 0.81% | - |
| XYZ | 43.96 | 32.29 | 61.04 | - |
| YUV | 158.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 204 | 0 | 0.40 | 0.01 | 0.19 | 302.2 | 0.46 | 0.65 |
| Hex | CF | 7D | CC | 0 | 28 | 1 | 13 | 12E | 2E | 41 |
| Octal | 317 | 175 | 314 | 0 | 50 | 1 | 23 | 456 | 56 | 101 |
| Binary | 11001111 | 1111101 | 11001100 | 0 | 101000 | 1 | 10011 | 100101110 | 101110 | 1000001 |
Color Harmonies of #CF7DCC
Complementary color
Monochromatic Colors of #CF7DCC
Black with #CF7DCC
Text Example
Text Example
White with #CF7DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DCC; }
p { color: rgb(207,125,204); }
H1.HeaderClassName
{
color: #CF7DCC;
}
.AnyTagClassName
{
color: #CF7DCC;
}
</style>
background-color css
<style>
a { background-color: #CF7DCC; }
a { background-color: rgb(207,125,204); }
div.DivClassName
{
background-color: #CF7DCC;
}
.BgClassName
{
background-color: #CF7DCC;
}
</style>
border-color css
<style>
span { border-color: #CF7DCC; }
span { border-color: rgb(207,125,204); }
td.TdClassName
{
border-color: #CF7DCC;
}
.TagClassName
{
border-color: #CF7DCC;
}
</style>