Shades of Medium Orchid #C75DE0
Tints of Medium Orchid #C75DE0
RGB
CMYK
RGB Variations
Color information
#C75DE0 (or 0xC75DE0) is known color: Medium Orchid. HEX triplet: C7, 5D and E0. RGB value is (199,93,224). Sum of RGB (Red+Green+Blue) = 199+93+224=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #C75DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75DE0 is #38A21F. Grayscale: #8B8B8B. Windows color (decimal): -3711520 or 14704071. OLE color: 14704071.
HSL color Cylindrical-coordinate representation of color #C75DE0: hue angle of 288.55º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75DE0 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 93 | 224 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.12 |
| HSL | 288.55º | 0.68% | 0.62% | - |
| HSV(B) | 288.55º | 0.58% | 0.88% | - |
| XYZ | 40.92 | 25.35 | 73.26 | - |
| YUV | 139.63 | 175.62 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 224 | 0.11 | 0.58 | 0 | 0.12 | 288.55 | 0.68 | 0.62 |
| Hex | C7 | 5D | E0 | B | 3A | 0 | C | 121 | 44 | 3E |
| Octal | 307 | 135 | 340 | 13 | 72 | 0 | 14 | 441 | 104 | 76 |
| Binary | 11000111 | 1011101 | 11100000 | 1011 | 111010 | 0 | 1100 | 100100001 | 1000100 | 111110 |
Color Harmonies of #C75DE0
Complementary color
Monochromatic Colors of #C75DE0
Black with #C75DE0
Text Example
Text Example
White with #C75DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DE0; }
p { color: rgb(199,93,224); }
H1.HeaderClassName
{
color: #C75DE0;
}
.AnyTagClassName
{
color: #C75DE0;
}
</style>
background-color css
<style>
a { background-color: #C75DE0; }
a { background-color: rgb(199,93,224); }
div.DivClassName
{
background-color: #C75DE0;
}
.BgClassName
{
background-color: #C75DE0;
}
</style>
border-color css
<style>
span { border-color: #C75DE0; }
span { border-color: rgb(199,93,224); }
td.TdClassName
{
border-color: #C75DE0;
}
.TagClassName
{
border-color: #C75DE0;
}
</style>