Shades of Orchid #C77AD1
Tints of Orchid #C77AD1
RGB
CMYK
RGB Variations
Color information
#C77AD1 (or 0xC77AD1) is known color: Orchid. HEX triplet: C7, 7A and D1. RGB value is (199,122,209). Sum of RGB (Red+Green+Blue) = 199+122+209=530 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.55% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #C77AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AD1 is #38852E. Grayscale: #9A9A9A. Windows color (decimal): -3704111 or 13728455. OLE color: 13728455.
HSL color Cylindrical-coordinate representation of color #C77AD1: hue angle of 293.1º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C77AD1 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 122 | 209 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.18 |
| HSL | 293.1º | 0.49% | 0.65% | - |
| HSV(B) | 293.1º | 0.42% | 0.82% | - |
| XYZ | 42.02 | 30.66 | 64.03 | - |
| YUV | 154.94 | 158.51 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 209 | 0.05 | 0.42 | 0 | 0.18 | 293.1 | 0.49 | 0.65 |
| Hex | C7 | 7A | D1 | 5 | 2A | 0 | 12 | 125 | 31 | 41 |
| Octal | 307 | 172 | 321 | 5 | 52 | 0 | 22 | 445 | 61 | 101 |
| Binary | 11000111 | 1111010 | 11010001 | 101 | 101010 | 0 | 10010 | 100100101 | 110001 | 1000001 |
Color Harmonies of #C77AD1
Complementary color
Monochromatic Colors of #C77AD1
Black with #C77AD1
Text Example
Text Example
White with #C77AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AD1; }
p { color: rgb(199,122,209); }
H1.HeaderClassName
{
color: #C77AD1;
}
.AnyTagClassName
{
color: #C77AD1;
}
</style>
background-color css
<style>
a { background-color: #C77AD1; }
a { background-color: rgb(199,122,209); }
div.DivClassName
{
background-color: #C77AD1;
}
.BgClassName
{
background-color: #C77AD1;
}
</style>
border-color css
<style>
span { border-color: #C77AD1; }
span { border-color: rgb(199,122,209); }
td.TdClassName
{
border-color: #C77AD1;
}
.TagClassName
{
border-color: #C77AD1;
}
</style>