Shades of Medium Orchid #C765EC
Tints of Medium Orchid #C765EC
RGB
CMYK
RGB Variations
Color information
#C765EC (or 0xC765EC) is known color: Medium Orchid. HEX triplet: C7, 65 and EC. RGB value is (199,101,236). Sum of RGB (Red+Green+Blue) = 199+101+236=536 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.13% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #C765EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C765EC is #389A13. Grayscale: #919191. Windows color (decimal): -3709460 or 15492551. OLE color: 15492551.
HSL color Cylindrical-coordinate representation of color #C765EC: hue angle of 283.56º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C765EC is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 101 | 236 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.07 |
| HSL | 283.56º | 0.78% | 0.66% | - |
| HSV(B) | 283.56º | 0.57% | 0.93% | - |
| XYZ | 43.35 | 27.51 | 82.38 | - |
| YUV | 145.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 236 | 0.16 | 0.57 | 0 | 0.07 | 283.56 | 0.78 | 0.66 |
| Hex | C7 | 65 | EC | 10 | 39 | 0 | 7 | 11C | 4E | 42 |
| Octal | 307 | 145 | 354 | 20 | 71 | 0 | 7 | 434 | 116 | 102 |
| Binary | 11000111 | 1100101 | 11101100 | 10000 | 111001 | 0 | 111 | 100011100 | 1001110 | 1000010 |
Color Harmonies of #C765EC
Complementary color
Monochromatic Colors of #C765EC
Black with #C765EC
Text Example
Text Example
White with #C765EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C765EC; }
p { color: rgb(199,101,236); }
H1.HeaderClassName
{
color: #C765EC;
}
.AnyTagClassName
{
color: #C765EC;
}
</style>
background-color css
<style>
a { background-color: #C765EC; }
a { background-color: rgb(199,101,236); }
div.DivClassName
{
background-color: #C765EC;
}
.BgClassName
{
background-color: #C765EC;
}
</style>
border-color css
<style>
span { border-color: #C765EC; }
span { border-color: rgb(199,101,236); }
td.TdClassName
{
border-color: #C765EC;
}
.TagClassName
{
border-color: #C765EC;
}
</style>