Shades of Orchid #C77ADA
Tints of Orchid #C77ADA
RGB
CMYK
RGB Variations
Color information
#C77ADA (or 0xC77ADA) is known color: Orchid. HEX triplet: C7, 7A and DA. RGB value is (199,122,218). Sum of RGB (Red+Green+Blue) = 199+122+218=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #C77ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ADA is #388525. Grayscale: #9B9B9B. Windows color (decimal): -3704102 or 14318279. OLE color: 14318279.
HSL color Cylindrical-coordinate representation of color #C77ADA: hue angle of 288.12º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C77ADA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 122 | 218 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.15 |
| HSL | 288.13º | 0.56% | 0.67% | - |
| HSV(B) | 288.13º | 0.44% | 0.85% | - |
| XYZ | 43.17 | 31.12 | 70.06 | - |
| YUV | 155.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 218 | 0.09 | 0.44 | 0 | 0.15 | 288.13 | 0.56 | 0.67 |
| Hex | C7 | 7A | DA | 9 | 2C | 0 | F | 120 | 38 | 43 |
| Octal | 307 | 172 | 332 | 11 | 54 | 0 | 17 | 440 | 70 | 103 |
| Binary | 11000111 | 1111010 | 11011010 | 1001 | 101100 | 0 | 1111 | 100100000 | 111000 | 1000011 |
Color Harmonies of #C77ADA
Complementary color
Monochromatic Colors of #C77ADA
Black with #C77ADA
Text Example
Text Example
White with #C77ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77ADA; }
p { color: rgb(199,122,218); }
H1.HeaderClassName
{
color: #C77ADA;
}
.AnyTagClassName
{
color: #C77ADA;
}
</style>
background-color css
<style>
a { background-color: #C77ADA; }
a { background-color: rgb(199,122,218); }
div.DivClassName
{
background-color: #C77ADA;
}
.BgClassName
{
background-color: #C77ADA;
}
</style>
border-color css
<style>
span { border-color: #C77ADA; }
span { border-color: rgb(199,122,218); }
td.TdClassName
{
border-color: #C77ADA;
}
.TagClassName
{
border-color: #C77ADA;
}
</style>