Shades of Medium Orchid #C75EDE
Tints of Medium Orchid #C75EDE
RGB
CMYK
RGB Variations
Color information
#C75EDE (or 0xC75EDE) is known color: Medium Orchid. HEX triplet: C7, 5E and DE. RGB value is (199,94,222). Sum of RGB (Red+Green+Blue) = 199+94+222=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #C75EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75EDE is #38A121. Grayscale: #8B8B8B. Windows color (decimal): -3711266 or 14573255. OLE color: 14573255.
HSL color Cylindrical-coordinate representation of color #C75EDE: hue angle of 289.22º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C75EDE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 94 | 222 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.13 |
| HSL | 289.22º | 0.66% | 0.62% | - |
| HSV(B) | 289.22º | 0.58% | 0.87% | - |
| XYZ | 40.74 | 25.42 | 71.87 | - |
| YUV | 139.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 94 | 222 | 0.10 | 0.58 | 0 | 0.13 | 289.22 | 0.66 | 0.62 |
| Hex | C7 | 5E | DE | A | 3A | 0 | D | 121 | 42 | 3E |
| Octal | 307 | 136 | 336 | 12 | 72 | 0 | 15 | 441 | 102 | 76 |
| Binary | 11000111 | 1011110 | 11011110 | 1010 | 111010 | 0 | 1101 | 100100001 | 1000010 | 111110 |
Color Harmonies of #C75EDE
Complementary color
Monochromatic Colors of #C75EDE
Black with #C75EDE
Text Example
Text Example
White with #C75EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75EDE; }
p { color: rgb(199,94,222); }
H1.HeaderClassName
{
color: #C75EDE;
}
.AnyTagClassName
{
color: #C75EDE;
}
</style>
background-color css
<style>
a { background-color: #C75EDE; }
a { background-color: rgb(199,94,222); }
div.DivClassName
{
background-color: #C75EDE;
}
.BgClassName
{
background-color: #C75EDE;
}
</style>
border-color css
<style>
span { border-color: #C75EDE; }
span { border-color: rgb(199,94,222); }
td.TdClassName
{
border-color: #C75EDE;
}
.TagClassName
{
border-color: #C75EDE;
}
</style>