Shades of Orchid #C76ED8
Tints of Orchid #C76ED8
RGB
CMYK
RGB Variations
Color information
#C76ED8 (or 0xC76ED8) is known color: Orchid. HEX triplet: C7, 6E and D8. RGB value is (199,110,216). Sum of RGB (Red+Green+Blue) = 199+110+216=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #C76ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ED8 is #389127. Grayscale: #949494. Windows color (decimal): -3707176 or 14184135. OLE color: 14184135.
HSL color Cylindrical-coordinate representation of color #C76ED8: hue angle of 290.38º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76ED8 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 110 | 216 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.15 |
| HSL | 290.38º | 0.58% | 0.64% | - |
| HSV(B) | 290.38º | 0.49% | 0.85% | - |
| XYZ | 41.52 | 28.25 | 68.23 | - |
| YUV | 148.7 | 165.99 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 216 | 0.08 | 0.49 | 0 | 0.15 | 290.38 | 0.58 | 0.64 |
| Hex | C7 | 6E | D8 | 8 | 31 | 0 | F | 122 | 3A | 40 |
| Octal | 307 | 156 | 330 | 10 | 61 | 0 | 17 | 442 | 72 | 100 |
| Binary | 11000111 | 1101110 | 11011000 | 1000 | 110001 | 0 | 1111 | 100100010 | 111010 | 1000000 |
Color Harmonies of #C76ED8
Complementary color
Monochromatic Colors of #C76ED8
Black with #C76ED8
Text Example
Text Example
White with #C76ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76ED8; }
p { color: rgb(199,110,216); }
H1.HeaderClassName
{
color: #C76ED8;
}
.AnyTagClassName
{
color: #C76ED8;
}
</style>
background-color css
<style>
a { background-color: #C76ED8; }
a { background-color: rgb(199,110,216); }
div.DivClassName
{
background-color: #C76ED8;
}
.BgClassName
{
background-color: #C76ED8;
}
</style>
border-color css
<style>
span { border-color: #C76ED8; }
span { border-color: rgb(199,110,216); }
td.TdClassName
{
border-color: #C76ED8;
}
.TagClassName
{
border-color: #C76ED8;
}
</style>