Shades of Orchid #CF77E3
Tints of Orchid #CF77E3
RGB
CMYK
RGB Variations
Color information
#CF77E3 (or 0xCF77E3) is known color: Orchid. HEX triplet: CF, 77 and E3. RGB value is (207,119,227). Sum of RGB (Red+Green+Blue) = 207+119+227=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 227 (89.06% from 255 or 41.05% from 553); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF77E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77E3 is #30881C. Grayscale: #9D9D9D. Windows color (decimal): -3180573 or 14907343. OLE color: 14907343.
HSL color Cylindrical-coordinate representation of color #CF77E3: hue angle of 288.89º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF77E3 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 119 | 227 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.11 |
| HSL | 288.89º | 0.66% | 0.68% | - |
| HSV(B) | 288.89º | 0.48% | 0.89% | - |
| XYZ | 46.19 | 32.01 | 76.42 | - |
| YUV | 157.62 | 167.15 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 227 | 0.09 | 0.48 | 0 | 0.11 | 288.89 | 0.66 | 0.68 |
| Hex | CF | 77 | E3 | 9 | 30 | 0 | B | 121 | 42 | 44 |
| Octal | 317 | 167 | 343 | 11 | 60 | 0 | 13 | 441 | 102 | 104 |
| Binary | 11001111 | 1110111 | 11100011 | 1001 | 110000 | 0 | 1011 | 100100001 | 1000010 | 1000100 |
Color Harmonies of #CF77E3
Complementary color
Monochromatic Colors of #CF77E3
Black with #CF77E3
Text Example
Text Example
White with #CF77E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77E3; }
p { color: rgb(207,119,227); }
H1.HeaderClassName
{
color: #CF77E3;
}
.AnyTagClassName
{
color: #CF77E3;
}
</style>
background-color css
<style>
a { background-color: #CF77E3; }
a { background-color: rgb(207,119,227); }
div.DivClassName
{
background-color: #CF77E3;
}
.BgClassName
{
background-color: #CF77E3;
}
</style>
border-color css
<style>
span { border-color: #CF77E3; }
span { border-color: rgb(207,119,227); }
td.TdClassName
{
border-color: #CF77E3;
}
.TagClassName
{
border-color: #CF77E3;
}
</style>