Shades of Orchid #C771D1
Tints of Orchid #C771D1
RGB
CMYK
RGB Variations
Color information
#C771D1 (or 0xC771D1) is known color: Orchid. HEX triplet: C7, 71 and D1. RGB value is (199,113,209). Sum of RGB (Red+Green+Blue) = 199+113+209=521 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.20% from 521); Green value is 113 (44.53% from 255 or 21.69% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #C771D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771D1 is #388E2E. Grayscale: #959595. Windows color (decimal): -3706415 or 13726151. OLE color: 13726151.
HSL color Cylindrical-coordinate representation of color #C771D1: hue angle of 293.75º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C771D1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 113 | 209 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.18 |
| HSL | 293.75º | 0.51% | 0.63% | - |
| HSV(B) | 293.75º | 0.46% | 0.82% | - |
| XYZ | 40.97 | 28.56 | 63.67 | - |
| YUV | 149.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 209 | 0.05 | 0.46 | 0 | 0.18 | 293.75 | 0.51 | 0.63 |
| Hex | C7 | 71 | D1 | 5 | 2E | 0 | 12 | 126 | 33 | 3F |
| Octal | 307 | 161 | 321 | 5 | 56 | 0 | 22 | 446 | 63 | 77 |
| Binary | 11000111 | 1110001 | 11010001 | 101 | 101110 | 0 | 10010 | 100100110 | 110011 | 111111 |
Color Harmonies of #C771D1
Complementary color
Monochromatic Colors of #C771D1
Black with #C771D1
Text Example
Text Example
White with #C771D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771D1; }
p { color: rgb(199,113,209); }
H1.HeaderClassName
{
color: #C771D1;
}
.AnyTagClassName
{
color: #C771D1;
}
</style>
background-color css
<style>
a { background-color: #C771D1; }
a { background-color: rgb(199,113,209); }
div.DivClassName
{
background-color: #C771D1;
}
.BgClassName
{
background-color: #C771D1;
}
</style>
border-color css
<style>
span { border-color: #C771D1; }
span { border-color: rgb(199,113,209); }
td.TdClassName
{
border-color: #C771D1;
}
.TagClassName
{
border-color: #C771D1;
}
</style>