Shades of Orchid #C771E5
Tints of Orchid #C771E5
RGB
CMYK
RGB Variations
Color information
#C771E5 (or 0xC771E5) is known color: Orchid. HEX triplet: C7, 71 and E5. RGB value is (199,113,229). Sum of RGB (Red+Green+Blue) = 199+113+229=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #C771E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771E5 is #388E1A. Grayscale: #979797. Windows color (decimal): -3706395 or 15036871. OLE color: 15036871.
HSL color Cylindrical-coordinate representation of color #C771E5: hue angle of 284.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C771E5 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 113 | 229 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.10 |
| HSL | 284.48º | 0.69% | 0.67% | - |
| HSV(B) | 284.48º | 0.51% | 0.9% | - |
| XYZ | 43.6 | 29.61 | 77.55 | - |
| YUV | 151.94 | 171.49 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 229 | 0.13 | 0.51 | 0 | 0.10 | 284.48 | 0.69 | 0.67 |
| Hex | C7 | 71 | E5 | D | 33 | 0 | A | 11C | 45 | 43 |
| Octal | 307 | 161 | 345 | 15 | 63 | 0 | 12 | 434 | 105 | 103 |
| Binary | 11000111 | 1110001 | 11100101 | 1101 | 110011 | 0 | 1010 | 100011100 | 1000101 | 1000011 |
Color Harmonies of #C771E5
Complementary color
Monochromatic Colors of #C771E5
Black with #C771E5
Text Example
Text Example
White with #C771E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771E5; }
p { color: rgb(199,113,229); }
H1.HeaderClassName
{
color: #C771E5;
}
.AnyTagClassName
{
color: #C771E5;
}
</style>
background-color css
<style>
a { background-color: #C771E5; }
a { background-color: rgb(199,113,229); }
div.DivClassName
{
background-color: #C771E5;
}
.BgClassName
{
background-color: #C771E5;
}
</style>
border-color css
<style>
span { border-color: #C771E5; }
span { border-color: rgb(199,113,229); }
td.TdClassName
{
border-color: #C771E5;
}
.TagClassName
{
border-color: #C771E5;
}
</style>