Shades of Orchid #C77BE3
Tints of Orchid #C77BE3
RGB
CMYK
RGB Variations
Color information
#C77BE3 (or 0xC77BE3) is known color: Orchid. HEX triplet: C7, 7B and E3. RGB value is (199,123,227). Sum of RGB (Red+Green+Blue) = 199+123+227=549 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.25% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #C77BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BE3 is #38841C. Grayscale: #9D9D9D. Windows color (decimal): -3703837 or 14908359. OLE color: 14908359.
HSL color Cylindrical-coordinate representation of color #C77BE3: hue angle of 283.85º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C77BE3 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 123 | 227 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.11 |
| HSL | 283.85º | 0.65% | 0.69% | - |
| HSV(B) | 283.85º | 0.46% | 0.89% | - |
| XYZ | 44.5 | 31.85 | 76.48 | - |
| YUV | 157.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 227 | 0.12 | 0.46 | 0 | 0.11 | 283.85 | 0.65 | 0.69 |
| Hex | C7 | 7B | E3 | C | 2E | 0 | B | 11C | 41 | 45 |
| Octal | 307 | 173 | 343 | 14 | 56 | 0 | 13 | 434 | 101 | 105 |
| Binary | 11000111 | 1111011 | 11100011 | 1100 | 101110 | 0 | 1011 | 100011100 | 1000001 | 1000101 |
Color Harmonies of #C77BE3
Complementary color
Monochromatic Colors of #C77BE3
Black with #C77BE3
Text Example
Text Example
White with #C77BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BE3; }
p { color: rgb(199,123,227); }
H1.HeaderClassName
{
color: #C77BE3;
}
.AnyTagClassName
{
color: #C77BE3;
}
</style>
background-color css
<style>
a { background-color: #C77BE3; }
a { background-color: rgb(199,123,227); }
div.DivClassName
{
background-color: #C77BE3;
}
.BgClassName
{
background-color: #C77BE3;
}
</style>
border-color css
<style>
span { border-color: #C77BE3; }
span { border-color: rgb(199,123,227); }
td.TdClassName
{
border-color: #C77BE3;
}
.TagClassName
{
border-color: #C77BE3;
}
</style>