Shades of Orchid #C77FD0
Tints of Orchid #C77FD0
RGB
CMYK
RGB Variations
Color information
#C77FD0 (or 0xC77FD0) is known color: Orchid. HEX triplet: C7, 7F and D0. RGB value is (199,127,208). Sum of RGB (Red+Green+Blue) = 199+127+208=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #C77FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FD0 is #38802F. Grayscale: #9D9D9D. Windows color (decimal): -3702832 or 13664199. OLE color: 13664199.
HSL color Cylindrical-coordinate representation of color #C77FD0: hue angle of 293.33º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77FD0 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 127 | 208 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.18 |
| HSL | 293.33º | 0.46% | 0.66% | - |
| HSV(B) | 293.33º | 0.39% | 0.82% | - |
| XYZ | 42.53 | 31.87 | 63.59 | - |
| YUV | 157.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 208 | 0.04 | 0.39 | 0 | 0.18 | 293.33 | 0.46 | 0.66 |
| Hex | C7 | 7F | D0 | 4 | 27 | 0 | 12 | 125 | 2E | 42 |
| Octal | 307 | 177 | 320 | 4 | 47 | 0 | 22 | 445 | 56 | 102 |
| Binary | 11000111 | 1111111 | 11010000 | 100 | 100111 | 0 | 10010 | 100100101 | 101110 | 1000010 |
Color Harmonies of #C77FD0
Complementary color
Monochromatic Colors of #C77FD0
Black with #C77FD0
Text Example
Text Example
White with #C77FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FD0; }
p { color: rgb(199,127,208); }
H1.HeaderClassName
{
color: #C77FD0;
}
.AnyTagClassName
{
color: #C77FD0;
}
</style>
background-color css
<style>
a { background-color: #C77FD0; }
a { background-color: rgb(199,127,208); }
div.DivClassName
{
background-color: #C77FD0;
}
.BgClassName
{
background-color: #C77FD0;
}
</style>
border-color css
<style>
span { border-color: #C77FD0; }
span { border-color: rgb(199,127,208); }
td.TdClassName
{
border-color: #C77FD0;
}
.TagClassName
{
border-color: #C77FD0;
}
</style>