Shades of Orchid #CF7ADD
Tints of Orchid #CF7ADD
RGB
CMYK
RGB Variations
Color information
#CF7ADD (or 0xCF7ADD) is known color: Orchid. HEX triplet: CF, 7A and DD. RGB value is (207,122,221). Sum of RGB (Red+Green+Blue) = 207+122+221=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 122 (48.05% from 255 or 22.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF7ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ADD is #308522. Grayscale: #9E9E9E. Windows color (decimal): -3179811 or 14514895. OLE color: 14514895.
HSL color Cylindrical-coordinate representation of color #CF7ADD: hue angle of 291.52º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7ADD is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 122 | 221 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.13 |
| HSL | 291.52º | 0.59% | 0.67% | - |
| HSV(B) | 291.52º | 0.45% | 0.87% | - |
| XYZ | 45.74 | 32.4 | 72.25 | - |
| YUV | 158.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 221 | 0.06 | 0.45 | 0 | 0.13 | 291.52 | 0.59 | 0.67 |
| Hex | CF | 7A | DD | 6 | 2D | 0 | D | 124 | 3B | 43 |
| Octal | 317 | 172 | 335 | 6 | 55 | 0 | 15 | 444 | 73 | 103 |
| Binary | 11001111 | 1111010 | 11011101 | 110 | 101101 | 0 | 1101 | 100100100 | 111011 | 1000011 |
Color Harmonies of #CF7ADD
Complementary color
Monochromatic Colors of #CF7ADD
Black with #CF7ADD
Text Example
Text Example
White with #CF7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ADD; }
p { color: rgb(207,122,221); }
H1.HeaderClassName
{
color: #CF7ADD;
}
.AnyTagClassName
{
color: #CF7ADD;
}
</style>
background-color css
<style>
a { background-color: #CF7ADD; }
a { background-color: rgb(207,122,221); }
div.DivClassName
{
background-color: #CF7ADD;
}
.BgClassName
{
background-color: #CF7ADD;
}
</style>
border-color css
<style>
span { border-color: #CF7ADD; }
span { border-color: rgb(207,122,221); }
td.TdClassName
{
border-color: #CF7ADD;
}
.TagClassName
{
border-color: #CF7ADD;
}
</style>