Shades of Orchid #CF7ADA
Tints of Orchid #CF7ADA
RGB
CMYK
RGB Variations
Color information
#CF7ADA (or 0xCF7ADA) is known color: Orchid. HEX triplet: CF, 7A and DA. RGB value is (207,122,218). Sum of RGB (Red+Green+Blue) = 207+122+218=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 122 (48.05% from 255 or 22.30% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF7ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ADA is #308525. Grayscale: #9E9E9E. Windows color (decimal): -3179814 or 14318287. OLE color: 14318287.
HSL color Cylindrical-coordinate representation of color #CF7ADA: hue angle of 293.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7ADA is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 122 | 218 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.15 |
| HSL | 293.13º | 0.56% | 0.67% | - |
| HSV(B) | 293.13º | 0.44% | 0.85% | - |
| XYZ | 45.35 | 32.25 | 70.16 | - |
| YUV | 158.36 | 161.66 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 218 | 0.05 | 0.44 | 0 | 0.15 | 293.13 | 0.56 | 0.67 |
| Hex | CF | 7A | DA | 5 | 2C | 0 | F | 125 | 38 | 43 |
| Octal | 317 | 172 | 332 | 5 | 54 | 0 | 17 | 445 | 70 | 103 |
| Binary | 11001111 | 1111010 | 11011010 | 101 | 101100 | 0 | 1111 | 100100101 | 111000 | 1000011 |
Color Harmonies of #CF7ADA
Complementary color
Monochromatic Colors of #CF7ADA
Black with #CF7ADA
Text Example
Text Example
White with #CF7ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7ADA; }
p { color: rgb(207,122,218); }
H1.HeaderClassName
{
color: #CF7ADA;
}
.AnyTagClassName
{
color: #CF7ADA;
}
</style>
background-color css
<style>
a { background-color: #CF7ADA; }
a { background-color: rgb(207,122,218); }
div.DivClassName
{
background-color: #CF7ADA;
}
.BgClassName
{
background-color: #CF7ADA;
}
</style>
border-color css
<style>
span { border-color: #CF7ADA; }
span { border-color: rgb(207,122,218); }
td.TdClassName
{
border-color: #CF7ADA;
}
.TagClassName
{
border-color: #CF7ADA;
}
</style>