Shades of Orchid #CF7DDD
Tints of Orchid #CF7DDD
RGB
CMYK
RGB Variations
Color information
#CF7DDD (or 0xCF7DDD) is known color: Orchid. HEX triplet: CF, 7D and DD. RGB value is (207,125,221). Sum of RGB (Red+Green+Blue) = 207+125+221=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF7DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7DDD is #308222. Grayscale: #A0A0A0. Windows color (decimal): -3179043 or 14515663. OLE color: 14515663.
HSL color Cylindrical-coordinate representation of color #CF7DDD: hue angle of 291.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7DDD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 125 | 221 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.25º | 0.59% | 0.68% | - |
| HSV(B) | 291.25º | 0.43% | 0.87% | - |
| XYZ | 46.12 | 33.15 | 72.38 | - |
| YUV | 160.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 221 | 0.06 | 0.43 | 0 | 0.13 | 291.25 | 0.59 | 0.68 |
| Hex | CF | 7D | DD | 6 | 2B | 0 | D | 123 | 3B | 44 |
| Octal | 317 | 175 | 335 | 6 | 53 | 0 | 15 | 443 | 73 | 104 |
| Binary | 11001111 | 1111101 | 11011101 | 110 | 101011 | 0 | 1101 | 100100011 | 111011 | 1000100 |
Color Harmonies of #CF7DDD
Complementary color
Monochromatic Colors of #CF7DDD
Black with #CF7DDD
Text Example
Text Example
White with #CF7DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7DDD; }
p { color: rgb(207,125,221); }
H1.HeaderClassName
{
color: #CF7DDD;
}
.AnyTagClassName
{
color: #CF7DDD;
}
</style>
background-color css
<style>
a { background-color: #CF7DDD; }
a { background-color: rgb(207,125,221); }
div.DivClassName
{
background-color: #CF7DDD;
}
.BgClassName
{
background-color: #CF7DDD;
}
</style>
border-color css
<style>
span { border-color: #CF7DDD; }
span { border-color: rgb(207,125,221); }
td.TdClassName
{
border-color: #CF7DDD;
}
.TagClassName
{
border-color: #CF7DDD;
}
</style>