Shades of Orchid #C77DE0
Tints of Orchid #C77DE0
RGB
CMYK
RGB Variations
Color information
#C77DE0 (or 0xC77DE0) is known color: Orchid. HEX triplet: C7, 7D and E0. RGB value is (199,125,224). Sum of RGB (Red+Green+Blue) = 199+125+224=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #C77DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DE0 is #38821F. Grayscale: #9E9E9E. Windows color (decimal): -3703328 or 14712263. OLE color: 14712263.
HSL color Cylindrical-coordinate representation of color #C77DE0: hue angle of 284.85º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77DE0 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 125 | 224 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.12 |
| HSL | 284.85º | 0.61% | 0.68% | - |
| HSV(B) | 284.85º | 0.44% | 0.88% | - |
| XYZ | 44.34 | 32.19 | 74.4 | - |
| YUV | 158.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 224 | 0.11 | 0.44 | 0 | 0.12 | 284.85 | 0.61 | 0.68 |
| Hex | C7 | 7D | E0 | B | 2C | 0 | C | 11D | 3D | 44 |
| Octal | 307 | 175 | 340 | 13 | 54 | 0 | 14 | 435 | 75 | 104 |
| Binary | 11000111 | 1111101 | 11100000 | 1011 | 101100 | 0 | 1100 | 100011101 | 111101 | 1000100 |
Color Harmonies of #C77DE0
Complementary color
Monochromatic Colors of #C77DE0
Black with #C77DE0
Text Example
Text Example
White with #C77DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DE0; }
p { color: rgb(199,125,224); }
H1.HeaderClassName
{
color: #C77DE0;
}
.AnyTagClassName
{
color: #C77DE0;
}
</style>
background-color css
<style>
a { background-color: #C77DE0; }
a { background-color: rgb(199,125,224); }
div.DivClassName
{
background-color: #C77DE0;
}
.BgClassName
{
background-color: #C77DE0;
}
</style>
border-color css
<style>
span { border-color: #C77DE0; }
span { border-color: rgb(199,125,224); }
td.TdClassName
{
border-color: #C77DE0;
}
.TagClassName
{
border-color: #C77DE0;
}
</style>