Shades of Orchid #C771E1
Tints of Orchid #C771E1
RGB
CMYK
RGB Variations
Color information
#C771E1 (or 0xC771E1) is known color: Orchid. HEX triplet: C7, 71 and E1. RGB value is (199,113,225). Sum of RGB (Red+Green+Blue) = 199+113+225=537 (71% of max value = 765). Red value is 199 (78.12% from 255 or 37.06% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #C771E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771E1 is #388E1E. Grayscale: #979797. Windows color (decimal): -3706399 or 14774727. OLE color: 14774727.
HSL color Cylindrical-coordinate representation of color #C771E1: hue angle of 286.07º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C771E1 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 113 | 225 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.12 |
| HSL | 286.07º | 0.65% | 0.66% | - |
| HSV(B) | 286.07º | 0.5% | 0.88% | - |
| XYZ | 43.05 | 29.39 | 74.64 | - |
| YUV | 151.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 225 | 0.12 | 0.50 | 0 | 0.12 | 286.07 | 0.65 | 0.66 |
| Hex | C7 | 71 | E1 | C | 32 | 0 | C | 11E | 41 | 42 |
| Octal | 307 | 161 | 341 | 14 | 62 | 0 | 14 | 436 | 101 | 102 |
| Binary | 11000111 | 1110001 | 11100001 | 1100 | 110010 | 0 | 1100 | 100011110 | 1000001 | 1000010 |
Color Harmonies of #C771E1
Complementary color
Monochromatic Colors of #C771E1
Black with #C771E1
Text Example
Text Example
White with #C771E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771E1; }
p { color: rgb(199,113,225); }
H1.HeaderClassName
{
color: #C771E1;
}
.AnyTagClassName
{
color: #C771E1;
}
</style>
background-color css
<style>
a { background-color: #C771E1; }
a { background-color: rgb(199,113,225); }
div.DivClassName
{
background-color: #C771E1;
}
.BgClassName
{
background-color: #C771E1;
}
</style>
border-color css
<style>
span { border-color: #C771E1; }
span { border-color: rgb(199,113,225); }
td.TdClassName
{
border-color: #C771E1;
}
.TagClassName
{
border-color: #C771E1;
}
</style>