Shades of Orchid #C76EDA
Tints of Orchid #C76EDA
RGB
CMYK
RGB Variations
Color information
#C76EDA (or 0xC76EDA) is known color: Orchid. HEX triplet: C7, 6E and DA. RGB value is (199,110,218). Sum of RGB (Red+Green+Blue) = 199+110+218=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C76EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EDA is #389125. Grayscale: #949494. Windows color (decimal): -3707174 or 14315207. OLE color: 14315207.
HSL color Cylindrical-coordinate representation of color #C76EDA: hue angle of 289.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76EDA is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 110 | 218 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.15 |
| HSL | 289.44º | 0.59% | 0.64% | - |
| HSV(B) | 289.44º | 0.5% | 0.85% | - |
| XYZ | 41.78 | 28.36 | 69.6 | - |
| YUV | 148.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 218 | 0.09 | 0.50 | 0 | 0.15 | 289.44 | 0.59 | 0.64 |
| Hex | C7 | 6E | DA | 9 | 32 | 0 | F | 121 | 3B | 40 |
| Octal | 307 | 156 | 332 | 11 | 62 | 0 | 17 | 441 | 73 | 100 |
| Binary | 11000111 | 1101110 | 11011010 | 1001 | 110010 | 0 | 1111 | 100100001 | 111011 | 1000000 |
Color Harmonies of #C76EDA
Complementary color
Monochromatic Colors of #C76EDA
Black with #C76EDA
Text Example
Text Example
White with #C76EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EDA; }
p { color: rgb(199,110,218); }
H1.HeaderClassName
{
color: #C76EDA;
}
.AnyTagClassName
{
color: #C76EDA;
}
</style>
background-color css
<style>
a { background-color: #C76EDA; }
a { background-color: rgb(199,110,218); }
div.DivClassName
{
background-color: #C76EDA;
}
.BgClassName
{
background-color: #C76EDA;
}
</style>
border-color css
<style>
span { border-color: #C76EDA; }
span { border-color: rgb(199,110,218); }
td.TdClassName
{
border-color: #C76EDA;
}
.TagClassName
{
border-color: #C76EDA;
}
</style>