Shades of Orchid #CF77E4
Tints of Orchid #CF77E4
RGB
CMYK
RGB Variations
Color information
#CF77E4 (or 0xCF77E4) is known color: Orchid. HEX triplet: CF, 77 and E4. RGB value is (207,119,228). Sum of RGB (Red+Green+Blue) = 207+119+228=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #CF77E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77E4 is #30881B. Grayscale: #9D9D9D. Windows color (decimal): -3180572 or 14972879. OLE color: 14972879.
HSL color Cylindrical-coordinate representation of color #CF77E4: hue angle of 288.44º degrees, saturation: 0.67, 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 #CF77E4 is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 119 | 228 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.11 |
| HSL | 288.44º | 0.67% | 0.68% | - |
| HSV(B) | 288.44º | 0.48% | 0.89% | - |
| XYZ | 46.33 | 32.06 | 77.15 | - |
| YUV | 157.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 228 | 0.09 | 0.48 | 0 | 0.11 | 288.44 | 0.67 | 0.68 |
| Hex | CF | 77 | E4 | 9 | 30 | 0 | B | 120 | 43 | 44 |
| Octal | 317 | 167 | 344 | 11 | 60 | 0 | 13 | 440 | 103 | 104 |
| Binary | 11001111 | 1110111 | 11100100 | 1001 | 110000 | 0 | 1011 | 100100000 | 1000011 | 1000100 |
Color Harmonies of #CF77E4
Complementary color
Monochromatic Colors of #CF77E4
Black with #CF77E4
Text Example
Text Example
White with #CF77E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77E4; }
p { color: rgb(207,119,228); }
H1.HeaderClassName
{
color: #CF77E4;
}
.AnyTagClassName
{
color: #CF77E4;
}
</style>
background-color css
<style>
a { background-color: #CF77E4; }
a { background-color: rgb(207,119,228); }
div.DivClassName
{
background-color: #CF77E4;
}
.BgClassName
{
background-color: #CF77E4;
}
</style>
border-color css
<style>
span { border-color: #CF77E4; }
span { border-color: rgb(207,119,228); }
td.TdClassName
{
border-color: #CF77E4;
}
.TagClassName
{
border-color: #CF77E4;
}
</style>