Shades of Orchid #C771E3
Tints of Orchid #C771E3
RGB
CMYK
RGB Variations
Color information
#C771E3 (or 0xC771E3) is known color: Orchid. HEX triplet: C7, 71 and E3. RGB value is (199,113,227). Sum of RGB (Red+Green+Blue) = 199+113+227=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 227 - color contains mainly: blue. Hex color #C771E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771E3 is #388E1C. Grayscale: #979797. Windows color (decimal): -3706397 or 14905799. OLE color: 14905799.
HSL color Cylindrical-coordinate representation of color #C771E3: hue angle of 285.26º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C771E3 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 199 | 113 | 227 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.11 |
| HSL | 285.26º | 0.67% | 0.67% | - |
| HSV(B) | 285.26º | 0.5% | 0.89% | - |
| XYZ | 43.32 | 29.5 | 76.08 | - |
| YUV | 151.71 | 170.49 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 227 | 0.12 | 0.50 | 0 | 0.11 | 285.26 | 0.67 | 0.67 |
| Hex | C7 | 71 | E3 | C | 32 | 0 | B | 11D | 43 | 43 |
| Octal | 307 | 161 | 343 | 14 | 62 | 0 | 13 | 435 | 103 | 103 |
| Binary | 11000111 | 1110001 | 11100011 | 1100 | 110010 | 0 | 1011 | 100011101 | 1000011 | 1000011 |
Color Harmonies of #C771E3
Complementary color
Monochromatic Colors of #C771E3
Black with #C771E3
Text Example
Text Example
White with #C771E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771E3; }
p { color: rgb(199,113,227); }
H1.HeaderClassName
{
color: #C771E3;
}
.AnyTagClassName
{
color: #C771E3;
}
</style>
background-color css
<style>
a { background-color: #C771E3; }
a { background-color: rgb(199,113,227); }
div.DivClassName
{
background-color: #C771E3;
}
.BgClassName
{
background-color: #C771E3;
}
</style>
border-color css
<style>
span { border-color: #C771E3; }
span { border-color: rgb(199,113,227); }
td.TdClassName
{
border-color: #C771E3;
}
.TagClassName
{
border-color: #C771E3;
}
</style>