Shades of Orchid #CF7DCB
Tints of Orchid #CF7DCB
RGB
CMYK
RGB Variations
Color information
#CF7DCB (or 0xCF7DCB) is known color: Orchid. HEX triplet: CF, 7D and CB. RGB value is (207,125,203). Sum of RGB (Red+Green+Blue) = 207+125+203=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DCB is #308234. Grayscale: #9E9E9E. Windows color (decimal): -3179061 or 13336015. OLE color: 13336015.
HSL color Cylindrical-coordinate representation of color #CF7DCB: hue angle of 302.93º 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 #CF7DCB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 203 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.19 |
| HSL | 302.93º | 0.46% | 0.65% | - |
| HSV(B) | 302.93º | 0.4% | 0.81% | - |
| XYZ | 43.85 | 32.24 | 60.41 | - |
| YUV | 158.41 | 153.17 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 203 | 0 | 0.40 | 0.02 | 0.19 | 302.93 | 0.46 | 0.65 |
| Hex | CF | 7D | CB | 0 | 28 | 2 | 13 | 12F | 2E | 41 |
| Octal | 317 | 175 | 313 | 0 | 50 | 2 | 23 | 457 | 56 | 101 |
| Binary | 11001111 | 1111101 | 11001011 | 0 | 101000 | 10 | 10011 | 100101111 | 101110 | 1000001 |
Color Harmonies of #CF7DCB
Complementary color
Monochromatic Colors of #CF7DCB
Black with #CF7DCB
Text Example
Text Example
White with #CF7DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DCB; }
p { color: rgb(207,125,203); }
H1.HeaderClassName
{
color: #CF7DCB;
}
.AnyTagClassName
{
color: #CF7DCB;
}
</style>
background-color css
<style>
a { background-color: #CF7DCB; }
a { background-color: rgb(207,125,203); }
div.DivClassName
{
background-color: #CF7DCB;
}
.BgClassName
{
background-color: #CF7DCB;
}
</style>
border-color css
<style>
span { border-color: #CF7DCB; }
span { border-color: rgb(207,125,203); }
td.TdClassName
{
border-color: #CF7DCB;
}
.TagClassName
{
border-color: #CF7DCB;
}
</style>