Shades of Orchid #C77DC5
Tints of Orchid #C77DC5
RGB
CMYK
RGB Variations
Color information
#C77DC5 (or 0xC77DC5) is known color: Orchid. HEX triplet: C7, 7D and C5. RGB value is (199,125,197). Sum of RGB (Red+Green+Blue) = 199+125+197=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 125 (49.22% from 255 or 23.99% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 199 - color contains mainly: red. Hex color #C77DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77DC5 is #38823A. Grayscale: #9B9B9B. Windows color (decimal): -3703355 or 12942791. OLE color: 12942791.
HSL color Cylindrical-coordinate representation of color #C77DC5: hue angle of 301.62º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77DC5 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 125 | 197 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.22 |
| HSL | 301.62º | 0.4% | 0.64% | - |
| HSV(B) | 301.62º | 0.37% | 0.78% | - |
| XYZ | 40.96 | 30.84 | 56.62 | - |
| YUV | 155.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 125 | 197 | 0 | 0.37 | 0.01 | 0.22 | 301.62 | 0.4 | 0.64 |
| Hex | C7 | 7D | C5 | 0 | 25 | 1 | 16 | 12E | 28 | 40 |
| Octal | 307 | 175 | 305 | 0 | 45 | 1 | 26 | 456 | 50 | 100 |
| Binary | 11000111 | 1111101 | 11000101 | 0 | 100101 | 1 | 10110 | 100101110 | 101000 | 1000000 |
Color Harmonies of #C77DC5
Complementary color
Monochromatic Colors of #C77DC5
Black with #C77DC5
Text Example
Text Example
White with #C77DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77DC5; }
p { color: rgb(199,125,197); }
H1.HeaderClassName
{
color: #C77DC5;
}
.AnyTagClassName
{
color: #C77DC5;
}
</style>
background-color css
<style>
a { background-color: #C77DC5; }
a { background-color: rgb(199,125,197); }
div.DivClassName
{
background-color: #C77DC5;
}
.BgClassName
{
background-color: #C77DC5;
}
</style>
border-color css
<style>
span { border-color: #C77DC5; }
span { border-color: rgb(199,125,197); }
td.TdClassName
{
border-color: #C77DC5;
}
.TagClassName
{
border-color: #C77DC5;
}
</style>