Shades of Orchid #C77ACD
Tints of Orchid #C77ACD
RGB
CMYK
RGB Variations
Color information
#C77ACD (or 0xC77ACD) is known color: Orchid. HEX triplet: C7, 7A and CD. RGB value is (199,122,205). Sum of RGB (Red+Green+Blue) = 199+122+205=526 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.83% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C77ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ACD is #388532. Grayscale: #9A9A9A. Windows color (decimal): -3704115 or 13466311. OLE color: 13466311.
HSL color Cylindrical-coordinate representation of color #C77ACD: hue angle of 295.66º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77ACD is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 122 | 205 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.20 |
| HSL | 295.66º | 0.45% | 0.64% | - |
| HSV(B) | 295.66º | 0.4% | 0.8% | - |
| XYZ | 41.53 | 30.47 | 61.45 | - |
| YUV | 154.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 205 | 0.03 | 0.40 | 0 | 0.20 | 295.66 | 0.45 | 0.64 |
| Hex | C7 | 7A | CD | 3 | 28 | 0 | 14 | 128 | 2D | 40 |
| Octal | 307 | 172 | 315 | 3 | 50 | 0 | 24 | 450 | 55 | 100 |
| Binary | 11000111 | 1111010 | 11001101 | 11 | 101000 | 0 | 10100 | 100101000 | 101101 | 1000000 |
Color Harmonies of #C77ACD
Complementary color
Monochromatic Colors of #C77ACD
Black with #C77ACD
Text Example
Text Example
White with #C77ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ACD; }
p { color: rgb(199,122,205); }
H1.HeaderClassName
{
color: #C77ACD;
}
.AnyTagClassName
{
color: #C77ACD;
}
</style>
background-color css
<style>
a { background-color: #C77ACD; }
a { background-color: rgb(199,122,205); }
div.DivClassName
{
background-color: #C77ACD;
}
.BgClassName
{
background-color: #C77ACD;
}
</style>
border-color css
<style>
span { border-color: #C77ACD; }
span { border-color: rgb(199,122,205); }
td.TdClassName
{
border-color: #C77ACD;
}
.TagClassName
{
border-color: #C77ACD;
}
</style>