Shades of Medium Orchid #C76BDD
Tints of Medium Orchid #C76BDD
RGB
CMYK
RGB Variations
Color information
#C76BDD (or 0xC76BDD) is known color: Medium Orchid. HEX triplet: C7, 6B and DD. RGB value is (199,107,221). Sum of RGB (Red+Green+Blue) = 199+107+221=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #C76BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BDD is #389422. Grayscale: #939393. Windows color (decimal): -3707939 or 14511047. OLE color: 14511047.
HSL color Cylindrical-coordinate representation of color #C76BDD: hue angle of 288.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C76BDD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 107 | 221 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.13 |
| HSL | 288.42º | 0.63% | 0.64% | - |
| HSV(B) | 288.42º | 0.52% | 0.87% | - |
| XYZ | 41.86 | 27.88 | 71.58 | - |
| YUV | 147.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 107 | 221 | 0.10 | 0.52 | 0 | 0.13 | 288.42 | 0.63 | 0.64 |
| Hex | C7 | 6B | DD | A | 34 | 0 | D | 120 | 3F | 40 |
| Octal | 307 | 153 | 335 | 12 | 64 | 0 | 15 | 440 | 77 | 100 |
| Binary | 11000111 | 1101011 | 11011101 | 1010 | 110100 | 0 | 1101 | 100100000 | 111111 | 1000000 |
Color Harmonies of #C76BDD
Complementary color
Monochromatic Colors of #C76BDD
Black with #C76BDD
Text Example
Text Example
White with #C76BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76BDD; }
p { color: rgb(199,107,221); }
H1.HeaderClassName
{
color: #C76BDD;
}
.AnyTagClassName
{
color: #C76BDD;
}
</style>
background-color css
<style>
a { background-color: #C76BDD; }
a { background-color: rgb(199,107,221); }
div.DivClassName
{
background-color: #C76BDD;
}
.BgClassName
{
background-color: #C76BDD;
}
</style>
border-color css
<style>
span { border-color: #C76BDD; }
span { border-color: rgb(199,107,221); }
td.TdClassName
{
border-color: #C76BDD;
}
.TagClassName
{
border-color: #C76BDD;
}
</style>