Shades of Medium Orchid #C75ED0
Tints of Medium Orchid #C75ED0
RGB
CMYK
RGB Variations
Color information
#C75ED0 (or 0xC75ED0) is known color: Medium Orchid. HEX triplet: C7, 5E and D0. RGB value is (199,94,208). Sum of RGB (Red+Green+Blue) = 199+94+208=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #C75ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75ED0 is #38A12F. Grayscale: #8A8A8A. Windows color (decimal): -3711280 or 13655751. OLE color: 13655751.
HSL color Cylindrical-coordinate representation of color #C75ED0: hue angle of 295.26º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C75ED0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 94 | 208 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.18 |
| HSL | 295.26º | 0.55% | 0.59% | - |
| HSV(B) | 295.26º | 0.55% | 0.82% | - |
| XYZ | 38.94 | 24.7 | 62.39 | - |
| YUV | 138.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 208 | 0.04 | 0.55 | 0 | 0.18 | 295.26 | 0.55 | 0.59 |
| Hex | C7 | 5E | D0 | 4 | 37 | 0 | 12 | 127 | 37 | 3B |
| Octal | 307 | 136 | 320 | 4 | 67 | 0 | 22 | 447 | 67 | 73 |
| Binary | 11000111 | 1011110 | 11010000 | 100 | 110111 | 0 | 10010 | 100100111 | 110111 | 111011 |
Color Harmonies of #C75ED0
Complementary color
Monochromatic Colors of #C75ED0
Black with #C75ED0
Text Example
Text Example
White with #C75ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75ED0; }
p { color: rgb(199,94,208); }
H1.HeaderClassName
{
color: #C75ED0;
}
.AnyTagClassName
{
color: #C75ED0;
}
</style>
background-color css
<style>
a { background-color: #C75ED0; }
a { background-color: rgb(199,94,208); }
div.DivClassName
{
background-color: #C75ED0;
}
.BgClassName
{
background-color: #C75ED0;
}
</style>
border-color css
<style>
span { border-color: #C75ED0; }
span { border-color: rgb(199,94,208); }
td.TdClassName
{
border-color: #C75ED0;
}
.TagClassName
{
border-color: #C75ED0;
}
</style>