Shades of Orchid #C77ADC
Tints of Orchid #C77ADC
RGB
CMYK
RGB Variations
Color information
#C77ADC (or 0xC77ADC) is known color: Orchid. HEX triplet: C7, 7A and DC. RGB value is (199,122,220). Sum of RGB (Red+Green+Blue) = 199+122+220=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #C77ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ADC is #388523. Grayscale: #9B9B9B. Windows color (decimal): -3704100 or 14449351. OLE color: 14449351.
HSL color Cylindrical-coordinate representation of color #C77ADC: hue angle of 287.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C77ADC is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 122 | 220 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.14 |
| HSL | 287.14º | 0.58% | 0.67% | - |
| HSV(B) | 287.14º | 0.45% | 0.86% | - |
| XYZ | 43.43 | 31.23 | 71.45 | - |
| YUV | 156.2 | 164.01 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 220 | 0.10 | 0.45 | 0 | 0.14 | 287.14 | 0.58 | 0.67 |
| Hex | C7 | 7A | DC | A | 2D | 0 | E | 11F | 3A | 43 |
| Octal | 307 | 172 | 334 | 12 | 55 | 0 | 16 | 437 | 72 | 103 |
| Binary | 11000111 | 1111010 | 11011100 | 1010 | 101101 | 0 | 1110 | 100011111 | 111010 | 1000011 |
Color Harmonies of #C77ADC
Complementary color
Monochromatic Colors of #C77ADC
Black with #C77ADC
Text Example
Text Example
White with #C77ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ADC; }
p { color: rgb(199,122,220); }
H1.HeaderClassName
{
color: #C77ADC;
}
.AnyTagClassName
{
color: #C77ADC;
}
</style>
background-color css
<style>
a { background-color: #C77ADC; }
a { background-color: rgb(199,122,220); }
div.DivClassName
{
background-color: #C77ADC;
}
.BgClassName
{
background-color: #C77ADC;
}
</style>
border-color css
<style>
span { border-color: #C77ADC; }
span { border-color: rgb(199,122,220); }
td.TdClassName
{
border-color: #C77ADC;
}
.TagClassName
{
border-color: #C77ADC;
}
</style>