Shades of Medium Orchid #C75EDC
Tints of Medium Orchid #C75EDC
RGB
CMYK
RGB Variations
Color information
#C75EDC (or 0xC75EDC) is known color: Medium Orchid. HEX triplet: C7, 5E and DC. RGB value is (199,94,220). Sum of RGB (Red+Green+Blue) = 199+94+220=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 94 (37.11% from 255 or 18.32% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #C75EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EDC is #38A123. Grayscale: #8B8B8B. Windows color (decimal): -3711268 or 14442183. OLE color: 14442183.
HSL color Cylindrical-coordinate representation of color #C75EDC: hue angle of 290º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C75EDC is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 94 | 220 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.14 |
| HSL | 290º | 0.64% | 0.62% | - |
| HSV(B) | 290º | 0.57% | 0.86% | - |
| XYZ | 40.47 | 25.31 | 70.46 | - |
| YUV | 139.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 220 | 0.10 | 0.57 | 0 | 0.14 | 290 | 0.64 | 0.62 |
| Hex | C7 | 5E | DC | A | 39 | 0 | E | 122 | 40 | 3E |
| Octal | 307 | 136 | 334 | 12 | 71 | 0 | 16 | 442 | 100 | 76 |
| Binary | 11000111 | 1011110 | 11011100 | 1010 | 111001 | 0 | 1110 | 100100010 | 1000000 | 111110 |
Color Harmonies of #C75EDC
Complementary color
Monochromatic Colors of #C75EDC
Black with #C75EDC
Text Example
Text Example
White with #C75EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EDC; }
p { color: rgb(199,94,220); }
H1.HeaderClassName
{
color: #C75EDC;
}
.AnyTagClassName
{
color: #C75EDC;
}
</style>
background-color css
<style>
a { background-color: #C75EDC; }
a { background-color: rgb(199,94,220); }
div.DivClassName
{
background-color: #C75EDC;
}
.BgClassName
{
background-color: #C75EDC;
}
</style>
border-color css
<style>
span { border-color: #C75EDC; }
span { border-color: rgb(199,94,220); }
td.TdClassName
{
border-color: #C75EDC;
}
.TagClassName
{
border-color: #C75EDC;
}
</style>