Shades of Orchid #C77AE0
Tints of Orchid #C77AE0
RGB
CMYK
RGB Variations
Color information
#C77AE0 (or 0xC77AE0) is known color: Orchid. HEX triplet: C7, 7A and E0. RGB value is (199,122,224). Sum of RGB (Red+Green+Blue) = 199+122+224=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 224 - color contains mainly: blue. Hex color #C77AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AE0 is #38851F. Grayscale: #9C9C9C. Windows color (decimal): -3704096 or 14711495. OLE color: 14711495.
HSL color Cylindrical-coordinate representation of color #C77AE0: hue angle of 285.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C77AE0 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 122 | 224 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.12 |
| HSL | 285.29º | 0.62% | 0.68% | - |
| HSV(B) | 285.29º | 0.46% | 0.88% | - |
| XYZ | 43.97 | 31.44 | 74.27 | - |
| YUV | 156.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 224 | 0.11 | 0.46 | 0 | 0.12 | 285.29 | 0.62 | 0.68 |
| Hex | C7 | 7A | E0 | B | 2E | 0 | C | 11D | 3E | 44 |
| Octal | 307 | 172 | 340 | 13 | 56 | 0 | 14 | 435 | 76 | 104 |
| Binary | 11000111 | 1111010 | 11100000 | 1011 | 101110 | 0 | 1100 | 100011101 | 111110 | 1000100 |
Color Harmonies of #C77AE0
Complementary color
Monochromatic Colors of #C77AE0
Black with #C77AE0
Text Example
Text Example
White with #C77AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AE0; }
p { color: rgb(199,122,224); }
H1.HeaderClassName
{
color: #C77AE0;
}
.AnyTagClassName
{
color: #C77AE0;
}
</style>
background-color css
<style>
a { background-color: #C77AE0; }
a { background-color: rgb(199,122,224); }
div.DivClassName
{
background-color: #C77AE0;
}
.BgClassName
{
background-color: #C77AE0;
}
</style>
border-color css
<style>
span { border-color: #C77AE0; }
span { border-color: rgb(199,122,224); }
td.TdClassName
{
border-color: #C77AE0;
}
.TagClassName
{
border-color: #C77AE0;
}
</style>