Shades of Orchid #C77CDE
Tints of Orchid #C77CDE
RGB
CMYK
RGB Variations
Color information
#C77CDE (or 0xC77CDE) is known color: Orchid. HEX triplet: C7, 7C and DE. RGB value is (199,124,222). Sum of RGB (Red+Green+Blue) = 199+124+222=545 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.51% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #C77CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CDE is #388321. Grayscale: #9D9D9D. Windows color (decimal): -3703586 or 14580935. OLE color: 14580935.
HSL color Cylindrical-coordinate representation of color #C77CDE: hue angle of 285.92º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77CDE is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 124 | 222 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.13 |
| HSL | 285.92º | 0.6% | 0.68% | - |
| HSV(B) | 285.92º | 0.44% | 0.87% | - |
| XYZ | 43.95 | 31.83 | 72.94 | - |
| YUV | 157.6 | 164.35 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 222 | 0.10 | 0.44 | 0 | 0.13 | 285.92 | 0.6 | 0.68 |
| Hex | C7 | 7C | DE | A | 2C | 0 | D | 11E | 3C | 44 |
| Octal | 307 | 174 | 336 | 12 | 54 | 0 | 15 | 436 | 74 | 104 |
| Binary | 11000111 | 1111100 | 11011110 | 1010 | 101100 | 0 | 1101 | 100011110 | 111100 | 1000100 |
Color Harmonies of #C77CDE
Complementary color
Monochromatic Colors of #C77CDE
Black with #C77CDE
Text Example
Text Example
White with #C77CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CDE; }
p { color: rgb(199,124,222); }
H1.HeaderClassName
{
color: #C77CDE;
}
.AnyTagClassName
{
color: #C77CDE;
}
</style>
background-color css
<style>
a { background-color: #C77CDE; }
a { background-color: rgb(199,124,222); }
div.DivClassName
{
background-color: #C77CDE;
}
.BgClassName
{
background-color: #C77CDE;
}
</style>
border-color css
<style>
span { border-color: #C77CDE; }
span { border-color: rgb(199,124,222); }
td.TdClassName
{
border-color: #C77CDE;
}
.TagClassName
{
border-color: #C77CDE;
}
</style>