Shades of Orchid #CF7ADE
Tints of Orchid #CF7ADE
RGB
CMYK
RGB Variations
Color information
#CF7ADE (or 0xCF7ADE) is known color: Orchid. HEX triplet: CF, 7A and DE. RGB value is (207,122,222). Sum of RGB (Red+Green+Blue) = 207+122+222=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 122 (48.05% from 255 or 22.14% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF7ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ADE is #308521. Grayscale: #9E9E9E. Windows color (decimal): -3179810 or 14580431. OLE color: 14580431.
HSL color Cylindrical-coordinate representation of color #CF7ADE: hue angle of 291º degrees, saturation: 0.6, 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 #CF7ADE is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 122 | 222 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.13 |
| HSL | 291º | 0.6% | 0.67% | - |
| HSV(B) | 291º | 0.45% | 0.87% | - |
| XYZ | 45.88 | 32.46 | 72.95 | - |
| YUV | 158.82 | 163.66 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 222 | 0.07 | 0.45 | 0 | 0.13 | 291 | 0.6 | 0.67 |
| Hex | CF | 7A | DE | 7 | 2D | 0 | D | 123 | 3C | 43 |
| Octal | 317 | 172 | 336 | 7 | 55 | 0 | 15 | 443 | 74 | 103 |
| Binary | 11001111 | 1111010 | 11011110 | 111 | 101101 | 0 | 1101 | 100100011 | 111100 | 1000011 |
Color Harmonies of #CF7ADE
Complementary color
Monochromatic Colors of #CF7ADE
Black with #CF7ADE
Text Example
Text Example
White with #CF7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ADE; }
p { color: rgb(207,122,222); }
H1.HeaderClassName
{
color: #CF7ADE;
}
.AnyTagClassName
{
color: #CF7ADE;
}
</style>
background-color css
<style>
a { background-color: #CF7ADE; }
a { background-color: rgb(207,122,222); }
div.DivClassName
{
background-color: #CF7ADE;
}
.BgClassName
{
background-color: #CF7ADE;
}
</style>
border-color css
<style>
span { border-color: #CF7ADE; }
span { border-color: rgb(207,122,222); }
td.TdClassName
{
border-color: #CF7ADE;
}
.TagClassName
{
border-color: #CF7ADE;
}
</style>