Shades of Orchid #C76DD0
Tints of Orchid #C76DD0
RGB
CMYK
RGB Variations
Color information
#C76DD0 (or 0xC76DD0) is known color: Orchid. HEX triplet: C7, 6D and D0. RGB value is (199,109,208). Sum of RGB (Red+Green+Blue) = 199+109+208=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #C76DD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DD0 is #38922F. Grayscale: #929292. Windows color (decimal): -3707440 or 13659591. OLE color: 13659591.
HSL color Cylindrical-coordinate representation of color #C76DD0: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C76DD0 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 109 | 208 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.18 |
| HSL | 294.55º | 0.51% | 0.62% | - |
| HSV(B) | 294.55º | 0.48% | 0.82% | - |
| XYZ | 40.41 | 27.63 | 62.88 | - |
| YUV | 147.2 | 162.32 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 109 | 208 | 0.04 | 0.48 | 0 | 0.18 | 294.55 | 0.51 | 0.62 |
| Hex | C7 | 6D | D0 | 4 | 30 | 0 | 12 | 127 | 33 | 3E |
| Octal | 307 | 155 | 320 | 4 | 60 | 0 | 22 | 447 | 63 | 76 |
| Binary | 11000111 | 1101101 | 11010000 | 100 | 110000 | 0 | 10010 | 100100111 | 110011 | 111110 |
Color Harmonies of #C76DD0
Complementary color
Monochromatic Colors of #C76DD0
Black with #C76DD0
Text Example
Text Example
White with #C76DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76DD0; }
p { color: rgb(199,109,208); }
H1.HeaderClassName
{
color: #C76DD0;
}
.AnyTagClassName
{
color: #C76DD0;
}
</style>
background-color css
<style>
a { background-color: #C76DD0; }
a { background-color: rgb(199,109,208); }
div.DivClassName
{
background-color: #C76DD0;
}
.BgClassName
{
background-color: #C76DD0;
}
</style>
border-color css
<style>
span { border-color: #C76DD0; }
span { border-color: rgb(199,109,208); }
td.TdClassName
{
border-color: #C76DD0;
}
.TagClassName
{
border-color: #C76DD0;
}
</style>