Shades of Orchid #C77ADD
Tints of Orchid #C77ADD
RGB
CMYK
RGB Variations
Color information
#C77ADD (or 0xC77ADD) is known color: Orchid. HEX triplet: C7, 7A and DD. RGB value is (199,122,221). Sum of RGB (Red+Green+Blue) = 199+122+221=542 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.72% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ADD is #388522. Grayscale: #9B9B9B. Windows color (decimal): -3704099 or 14514887. OLE color: 14514887.
HSL color Cylindrical-coordinate representation of color #C77ADD: hue angle of 286.67º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C77ADD is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 122 | 221 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.13 |
| HSL | 286.67º | 0.59% | 0.67% | - |
| HSV(B) | 286.67º | 0.45% | 0.87% | - |
| XYZ | 43.56 | 31.28 | 72.15 | - |
| YUV | 156.31 | 164.51 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 221 | 0.10 | 0.45 | 0 | 0.13 | 286.67 | 0.59 | 0.67 |
| Hex | C7 | 7A | DD | A | 2D | 0 | D | 11F | 3B | 43 |
| Octal | 307 | 172 | 335 | 12 | 55 | 0 | 15 | 437 | 73 | 103 |
| Binary | 11000111 | 1111010 | 11011101 | 1010 | 101101 | 0 | 1101 | 100011111 | 111011 | 1000011 |
Color Harmonies of #C77ADD
Complementary color
Monochromatic Colors of #C77ADD
Black with #C77ADD
Text Example
Text Example
White with #C77ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ADD; }
p { color: rgb(199,122,221); }
H1.HeaderClassName
{
color: #C77ADD;
}
.AnyTagClassName
{
color: #C77ADD;
}
</style>
background-color css
<style>
a { background-color: #C77ADD; }
a { background-color: rgb(199,122,221); }
div.DivClassName
{
background-color: #C77ADD;
}
.BgClassName
{
background-color: #C77ADD;
}
</style>
border-color css
<style>
span { border-color: #C77ADD; }
span { border-color: rgb(199,122,221); }
td.TdClassName
{
border-color: #C77ADD;
}
.TagClassName
{
border-color: #C77ADD;
}
</style>