Shades of Orchid #C77FC1
Tints of Orchid #C77FC1
RGB
CMYK
RGB Variations
Color information
#C77FC1 (or 0xC77FC1) is known color: Orchid. HEX triplet: C7, 7F and C1. RGB value is (199,127,193). Sum of RGB (Red+Green+Blue) = 199+127+193=519 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.34% from 519); Green value is 127 (50% from 255 or 24.47% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FC1 is #38803E. Grayscale: #9B9B9B. Windows color (decimal): -3702847 or 12681159. OLE color: 12681159.
HSL color Cylindrical-coordinate representation of color #C77FC1: hue angle of 305º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77FC1 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 193 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.22 |
| HSL | 305º | 0.39% | 0.64% | - |
| HSV(B) | 305º | 0.36% | 0.78% | - |
| XYZ | 40.77 | 31.17 | 54.32 | - |
| YUV | 156.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 193 | 0 | 0.36 | 0.03 | 0.22 | 305 | 0.39 | 0.64 |
| Hex | C7 | 7F | C1 | 0 | 24 | 3 | 16 | 131 | 27 | 40 |
| Octal | 307 | 177 | 301 | 0 | 44 | 3 | 26 | 461 | 47 | 100 |
| Binary | 11000111 | 1111111 | 11000001 | 0 | 100100 | 11 | 10110 | 100110001 | 100111 | 1000000 |
Color Harmonies of #C77FC1
Complementary color
Monochromatic Colors of #C77FC1
Black with #C77FC1
Text Example
Text Example
White with #C77FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FC1; }
p { color: rgb(199,127,193); }
H1.HeaderClassName
{
color: #C77FC1;
}
.AnyTagClassName
{
color: #C77FC1;
}
</style>
background-color css
<style>
a { background-color: #C77FC1; }
a { background-color: rgb(199,127,193); }
div.DivClassName
{
background-color: #C77FC1;
}
.BgClassName
{
background-color: #C77FC1;
}
</style>
border-color css
<style>
span { border-color: #C77FC1; }
span { border-color: rgb(199,127,193); }
td.TdClassName
{
border-color: #C77FC1;
}
.TagClassName
{
border-color: #C77FC1;
}
</style>