Shades of Orchid #C76DDB
Tints of Orchid #C76DDB
RGB
CMYK
RGB Variations
Color information
#C76DDB (or 0xC76DDB) is known color: Orchid. HEX triplet: C7, 6D and DB. RGB value is (199,109,219). Sum of RGB (Red+Green+Blue) = 199+109+219=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 109 (42.97% from 255 or 20.68% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C76DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DDB is #389224. Grayscale: #949494. Windows color (decimal): -3707429 or 14380487. OLE color: 14380487.
HSL color Cylindrical-coordinate representation of color #C76DDB: hue angle of 289.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C76DDB is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 109 | 219 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.14 |
| HSL | 289.09º | 0.6% | 0.64% | - |
| HSV(B) | 289.09º | 0.5% | 0.86% | - |
| XYZ | 41.81 | 28.19 | 70.26 | - |
| YUV | 148.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 219 | 0.09 | 0.50 | 0 | 0.14 | 289.09 | 0.6 | 0.64 |
| Hex | C7 | 6D | DB | 9 | 32 | 0 | E | 121 | 3C | 40 |
| Octal | 307 | 155 | 333 | 11 | 62 | 0 | 16 | 441 | 74 | 100 |
| Binary | 11000111 | 1101101 | 11011011 | 1001 | 110010 | 0 | 1110 | 100100001 | 111100 | 1000000 |
Color Harmonies of #C76DDB
Complementary color
Monochromatic Colors of #C76DDB
Black with #C76DDB
Text Example
Text Example
White with #C76DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DDB; }
p { color: rgb(199,109,219); }
H1.HeaderClassName
{
color: #C76DDB;
}
.AnyTagClassName
{
color: #C76DDB;
}
</style>
background-color css
<style>
a { background-color: #C76DDB; }
a { background-color: rgb(199,109,219); }
div.DivClassName
{
background-color: #C76DDB;
}
.BgClassName
{
background-color: #C76DDB;
}
</style>
border-color css
<style>
span { border-color: #C76DDB; }
span { border-color: rgb(199,109,219); }
td.TdClassName
{
border-color: #C76DDB;
}
.TagClassName
{
border-color: #C76DDB;
}
</style>