Shades of Orchid #CF7ADF
Tints of Orchid #CF7ADF
RGB
CMYK
RGB Variations
Color information
#CF7ADF (or 0xCF7ADF) is known color: Orchid. HEX triplet: CF, 7A and DF. RGB value is (207,122,223). Sum of RGB (Red+Green+Blue) = 207+122+223=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF7ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ADF is #308520. Grayscale: #9E9E9E. Windows color (decimal): -3179809 or 14645967. OLE color: 14645967.
HSL color Cylindrical-coordinate representation of color #CF7ADF: hue angle of 290.5º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7ADF is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 122 | 223 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.13 |
| HSL | 290.5º | 0.61% | 0.68% | - |
| HSV(B) | 290.5º | 0.45% | 0.87% | - |
| XYZ | 46.01 | 32.51 | 73.66 | - |
| YUV | 158.93 | 164.16 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 223 | 0.07 | 0.45 | 0 | 0.13 | 290.5 | 0.61 | 0.68 |
| Hex | CF | 7A | DF | 7 | 2D | 0 | D | 122 | 3D | 44 |
| Octal | 317 | 172 | 337 | 7 | 55 | 0 | 15 | 442 | 75 | 104 |
| Binary | 11001111 | 1111010 | 11011111 | 111 | 101101 | 0 | 1101 | 100100010 | 111101 | 1000100 |
Color Harmonies of #CF7ADF
Complementary color
Monochromatic Colors of #CF7ADF
Black with #CF7ADF
Text Example
Text Example
White with #CF7ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ADF; }
p { color: rgb(207,122,223); }
H1.HeaderClassName
{
color: #CF7ADF;
}
.AnyTagClassName
{
color: #CF7ADF;
}
</style>
background-color css
<style>
a { background-color: #CF7ADF; }
a { background-color: rgb(207,122,223); }
div.DivClassName
{
background-color: #CF7ADF;
}
.BgClassName
{
background-color: #CF7ADF;
}
</style>
border-color css
<style>
span { border-color: #CF7ADF; }
span { border-color: rgb(207,122,223); }
td.TdClassName
{
border-color: #CF7ADF;
}
.TagClassName
{
border-color: #CF7ADF;
}
</style>