Shades of Medium Orchid #C761DC
Tints of Medium Orchid #C761DC
RGB
CMYK
RGB Variations
Color information
#C761DC (or 0xC761DC) is known color: Medium Orchid. HEX triplet: C7, 61 and DC. RGB value is (199,97,220). Sum of RGB (Red+Green+Blue) = 199+97+220=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #C761DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761DC is #389E23. Grayscale: #8D8D8D. Windows color (decimal): -3710500 or 14442951. OLE color: 14442951.
HSL color Cylindrical-coordinate representation of color #C761DC: hue angle of 289.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C761DC is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 97 | 220 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.14 |
| HSL | 289.76º | 0.64% | 0.62% | - |
| HSV(B) | 289.76º | 0.56% | 0.86% | - |
| XYZ | 40.75 | 25.86 | 70.55 | - |
| YUV | 141.52 | 172.29 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 97 | 220 | 0.10 | 0.56 | 0 | 0.14 | 289.76 | 0.64 | 0.62 |
| Hex | C7 | 61 | DC | A | 38 | 0 | E | 122 | 40 | 3E |
| Octal | 307 | 141 | 334 | 12 | 70 | 0 | 16 | 442 | 100 | 76 |
| Binary | 11000111 | 1100001 | 11011100 | 1010 | 111000 | 0 | 1110 | 100100010 | 1000000 | 111110 |
Color Harmonies of #C761DC
Complementary color
Monochromatic Colors of #C761DC
Black with #C761DC
Text Example
Text Example
White with #C761DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C761DC; }
p { color: rgb(199,97,220); }
H1.HeaderClassName
{
color: #C761DC;
}
.AnyTagClassName
{
color: #C761DC;
}
</style>
background-color css
<style>
a { background-color: #C761DC; }
a { background-color: rgb(199,97,220); }
div.DivClassName
{
background-color: #C761DC;
}
.BgClassName
{
background-color: #C761DC;
}
</style>
border-color css
<style>
span { border-color: #C761DC; }
span { border-color: rgb(199,97,220); }
td.TdClassName
{
border-color: #C761DC;
}
.TagClassName
{
border-color: #C761DC;
}
</style>