Shades of Orchid #CF77DD
Tints of Orchid #CF77DD
RGB
CMYK
RGB Variations
Color information
#CF77DD (or 0xCF77DD) is known color: Orchid. HEX triplet: CF, 77 and DD. RGB value is (207,119,221). Sum of RGB (Red+Green+Blue) = 207+119+221=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77DD is #308822. Grayscale: #9C9C9C. Windows color (decimal): -3180579 or 14514127. OLE color: 14514127.
HSL color Cylindrical-coordinate representation of color #CF77DD: hue angle of 291.76º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF77DD is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 119 | 221 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.13 |
| HSL | 291.76º | 0.6% | 0.67% | - |
| HSV(B) | 291.76º | 0.46% | 0.87% | - |
| XYZ | 45.38 | 31.68 | 72.13 | - |
| YUV | 156.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 221 | 0.06 | 0.46 | 0 | 0.13 | 291.76 | 0.6 | 0.67 |
| Hex | CF | 77 | DD | 6 | 2E | 0 | D | 124 | 3C | 43 |
| Octal | 317 | 167 | 335 | 6 | 56 | 0 | 15 | 444 | 74 | 103 |
| Binary | 11001111 | 1110111 | 11011101 | 110 | 101110 | 0 | 1101 | 100100100 | 111100 | 1000011 |
Color Harmonies of #CF77DD
Complementary color
Monochromatic Colors of #CF77DD
Black with #CF77DD
Text Example
Text Example
White with #CF77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77DD; }
p { color: rgb(207,119,221); }
H1.HeaderClassName
{
color: #CF77DD;
}
.AnyTagClassName
{
color: #CF77DD;
}
</style>
background-color css
<style>
a { background-color: #CF77DD; }
a { background-color: rgb(207,119,221); }
div.DivClassName
{
background-color: #CF77DD;
}
.BgClassName
{
background-color: #CF77DD;
}
</style>
border-color css
<style>
span { border-color: #CF77DD; }
span { border-color: rgb(207,119,221); }
td.TdClassName
{
border-color: #CF77DD;
}
.TagClassName
{
border-color: #CF77DD;
}
</style>