Shades of Orchid #C76EDB
Tints of Orchid #C76EDB
RGB
CMYK
RGB Variations
Color information
#C76EDB (or 0xC76EDB) is known color: Orchid. HEX triplet: C7, 6E and DB. RGB value is (199,110,219). Sum of RGB (Red+Green+Blue) = 199+110+219=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C76EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76EDB is #389124. Grayscale: #949494. Windows color (decimal): -3707173 or 14380743. OLE color: 14380743.
HSL color Cylindrical-coordinate representation of color #C76EDB: hue angle of 288.99º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76EDB is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 110 | 219 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.14 |
| HSL | 288.99º | 0.6% | 0.65% | - |
| HSV(B) | 288.99º | 0.5% | 0.86% | - |
| XYZ | 41.92 | 28.41 | 70.29 | - |
| YUV | 149.04 | 167.49 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 110 | 219 | 0.09 | 0.50 | 0 | 0.14 | 288.99 | 0.6 | 0.65 |
| Hex | C7 | 6E | DB | 9 | 32 | 0 | E | 121 | 3C | 41 |
| Octal | 307 | 156 | 333 | 11 | 62 | 0 | 16 | 441 | 74 | 101 |
| Binary | 11000111 | 1101110 | 11011011 | 1001 | 110010 | 0 | 1110 | 100100001 | 111100 | 1000001 |
Color Harmonies of #C76EDB
Complementary color
Monochromatic Colors of #C76EDB
Black with #C76EDB
Text Example
Text Example
White with #C76EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76EDB; }
p { color: rgb(199,110,219); }
H1.HeaderClassName
{
color: #C76EDB;
}
.AnyTagClassName
{
color: #C76EDB;
}
</style>
background-color css
<style>
a { background-color: #C76EDB; }
a { background-color: rgb(199,110,219); }
div.DivClassName
{
background-color: #C76EDB;
}
.BgClassName
{
background-color: #C76EDB;
}
</style>
border-color css
<style>
span { border-color: #C76EDB; }
span { border-color: rgb(199,110,219); }
td.TdClassName
{
border-color: #C76EDB;
}
.TagClassName
{
border-color: #C76EDB;
}
</style>