Shades of Orchid #C77BE2
Tints of Orchid #C77BE2
RGB
CMYK
RGB Variations
Color information
#C77BE2 (or 0xC77BE2) is known color: Orchid. HEX triplet: C7, 7B and E2. RGB value is (199,123,226). Sum of RGB (Red+Green+Blue) = 199+123+226=548 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.31% from 548); Green value is 123 (48.44% from 255 or 22.45% from 548); Blue value is 226 (88.67% from 255 or 41.24% from 548); Max value from RGB is 226 - color contains mainly: blue. Hex color #C77BE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BE2 is #38841D. Grayscale: #9D9D9D. Windows color (decimal): -3703838 or 14842823. OLE color: 14842823.
HSL color Cylindrical-coordinate representation of color #C77BE2: hue angle of 284.27º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C77BE2 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 123 | 226 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.11 |
| HSL | 284.27º | 0.64% | 0.68% | - |
| HSV(B) | 284.27º | 0.46% | 0.89% | - |
| XYZ | 44.36 | 31.8 | 75.75 | - |
| YUV | 157.47 | 166.68 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 226 | 0.12 | 0.46 | 0 | 0.11 | 284.27 | 0.64 | 0.68 |
| Hex | C7 | 7B | E2 | C | 2E | 0 | B | 11C | 40 | 44 |
| Octal | 307 | 173 | 342 | 14 | 56 | 0 | 13 | 434 | 100 | 104 |
| Binary | 11000111 | 1111011 | 11100010 | 1100 | 101110 | 0 | 1011 | 100011100 | 1000000 | 1000100 |
Color Harmonies of #C77BE2
Complementary color
Monochromatic Colors of #C77BE2
Black with #C77BE2
Text Example
Text Example
White with #C77BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BE2; }
p { color: rgb(199,123,226); }
H1.HeaderClassName
{
color: #C77BE2;
}
.AnyTagClassName
{
color: #C77BE2;
}
</style>
background-color css
<style>
a { background-color: #C77BE2; }
a { background-color: rgb(199,123,226); }
div.DivClassName
{
background-color: #C77BE2;
}
.BgClassName
{
background-color: #C77BE2;
}
</style>
border-color css
<style>
span { border-color: #C77BE2; }
span { border-color: rgb(199,123,226); }
td.TdClassName
{
border-color: #C77BE2;
}
.TagClassName
{
border-color: #C77BE2;
}
</style>