Shades of Medium Orchid #C76CDD
Tints of Medium Orchid #C76CDD
RGB
CMYK
RGB Variations
Color information
#C76CDD (or 0xC76CDD) is known color: Medium Orchid. HEX triplet: C7, 6C and DD. RGB value is (199,108,221). Sum of RGB (Red+Green+Blue) = 199+108+221=528 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.69% from 528); Green value is 108 (42.58% from 255 or 20.45% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #C76CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CDD is #389322. Grayscale: #939393. Windows color (decimal): -3707683 or 14511303. OLE color: 14511303.
HSL color Cylindrical-coordinate representation of color #C76CDD: hue angle of 288.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C76CDD is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 108 | 221 | - |
| CMYK | 0.10 | 0.51 | 0 | 0.13 |
| HSL | 288.32º | 0.62% | 0.65% | - |
| HSV(B) | 288.32º | 0.51% | 0.87% | - |
| XYZ | 41.97 | 28.09 | 71.62 | - |
| YUV | 148.09 | 169.15 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 221 | 0.10 | 0.51 | 0 | 0.13 | 288.32 | 0.62 | 0.65 |
| Hex | C7 | 6C | DD | A | 33 | 0 | D | 120 | 3E | 41 |
| Octal | 307 | 154 | 335 | 12 | 63 | 0 | 15 | 440 | 76 | 101 |
| Binary | 11000111 | 1101100 | 11011101 | 1010 | 110011 | 0 | 1101 | 100100000 | 111110 | 1000001 |
Color Harmonies of #C76CDD
Complementary color
Monochromatic Colors of #C76CDD
Black with #C76CDD
Text Example
Text Example
White with #C76CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76CDD; }
p { color: rgb(199,108,221); }
H1.HeaderClassName
{
color: #C76CDD;
}
.AnyTagClassName
{
color: #C76CDD;
}
</style>
background-color css
<style>
a { background-color: #C76CDD; }
a { background-color: rgb(199,108,221); }
div.DivClassName
{
background-color: #C76CDD;
}
.BgClassName
{
background-color: #C76CDD;
}
</style>
border-color css
<style>
span { border-color: #C76CDD; }
span { border-color: rgb(199,108,221); }
td.TdClassName
{
border-color: #C76CDD;
}
.TagClassName
{
border-color: #C76CDD;
}
</style>