Shades of Orchid #C771DD
Tints of Orchid #C771DD
RGB
CMYK
RGB Variations
Color information
#C771DD (or 0xC771DD) is known color: Orchid. HEX triplet: C7, 71 and DD. RGB value is (199,113,221). Sum of RGB (Red+Green+Blue) = 199+113+221=533 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.34% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #C771DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C771DD is #388E22. Grayscale: #969696. Windows color (decimal): -3706403 or 14512583. OLE color: 14512583.
HSL color Cylindrical-coordinate representation of color #C771DD: hue angle of 287.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C771DD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 113 | 221 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.13 |
| HSL | 287.78º | 0.61% | 0.65% | - |
| HSV(B) | 287.78º | 0.49% | 0.87% | - |
| XYZ | 42.51 | 29.17 | 71.8 | - |
| YUV | 151.03 | 167.49 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 113 | 221 | 0.10 | 0.49 | 0 | 0.13 | 287.78 | 0.61 | 0.65 |
| Hex | C7 | 71 | DD | A | 31 | 0 | D | 120 | 3D | 41 |
| Octal | 307 | 161 | 335 | 12 | 61 | 0 | 15 | 440 | 75 | 101 |
| Binary | 11000111 | 1110001 | 11011101 | 1010 | 110001 | 0 | 1101 | 100100000 | 111101 | 1000001 |
Color Harmonies of #C771DD
Complementary color
Monochromatic Colors of #C771DD
Black with #C771DD
Text Example
Text Example
White with #C771DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C771DD; }
p { color: rgb(199,113,221); }
H1.HeaderClassName
{
color: #C771DD;
}
.AnyTagClassName
{
color: #C771DD;
}
</style>
background-color css
<style>
a { background-color: #C771DD; }
a { background-color: rgb(199,113,221); }
div.DivClassName
{
background-color: #C771DD;
}
.BgClassName
{
background-color: #C771DD;
}
</style>
border-color css
<style>
span { border-color: #C771DD; }
span { border-color: rgb(199,113,221); }
td.TdClassName
{
border-color: #C771DD;
}
.TagClassName
{
border-color: #C771DD;
}
</style>