Shades of Orchid #CF7FDF
Tints of Orchid #CF7FDF
RGB
CMYK
RGB Variations
Color information
#CF7FDF (or 0xCF7FDF) is known color: Orchid. HEX triplet: CF, 7F and DF. RGB value is (207,127,223). Sum of RGB (Red+Green+Blue) = 207+127+223=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7FDF is #308020. Grayscale: #A1A1A1. Windows color (decimal): -3178529 or 14647247. OLE color: 14647247.
HSL color Cylindrical-coordinate representation of color #CF7FDF: hue angle of 290º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7FDF is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 127 | 223 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.13 |
| HSL | 290º | 0.6% | 0.69% | - |
| HSV(B) | 290º | 0.43% | 0.87% | - |
| XYZ | 46.64 | 33.77 | 73.87 | - |
| YUV | 161.86 | 162.5 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 223 | 0.07 | 0.43 | 0 | 0.13 | 290 | 0.6 | 0.69 |
| Hex | CF | 7F | DF | 7 | 2B | 0 | D | 122 | 3C | 45 |
| Octal | 317 | 177 | 337 | 7 | 53 | 0 | 15 | 442 | 74 | 105 |
| Binary | 11001111 | 1111111 | 11011111 | 111 | 101011 | 0 | 1101 | 100100010 | 111100 | 1000101 |
Color Harmonies of #CF7FDF
Complementary color
Monochromatic Colors of #CF7FDF
Black with #CF7FDF
Text Example
Text Example
White with #CF7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7FDF; }
p { color: rgb(207,127,223); }
H1.HeaderClassName
{
color: #CF7FDF;
}
.AnyTagClassName
{
color: #CF7FDF;
}
</style>
background-color css
<style>
a { background-color: #CF7FDF; }
a { background-color: rgb(207,127,223); }
div.DivClassName
{
background-color: #CF7FDF;
}
.BgClassName
{
background-color: #CF7FDF;
}
</style>
border-color css
<style>
span { border-color: #CF7FDF; }
span { border-color: rgb(207,127,223); }
td.TdClassName
{
border-color: #CF7FDF;
}
.TagClassName
{
border-color: #CF7FDF;
}
</style>