Shades of Medium Orchid #C75DED
Tints of Medium Orchid #C75DED
RGB
CMYK
RGB Variations
Color information
#C75DED (or 0xC75DED) is known color: Medium Orchid. HEX triplet: C7, 5D and ED. RGB value is (199,93,237). Sum of RGB (Red+Green+Blue) = 199+93+237=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #C75DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75DED is #38A212. Grayscale: #8C8C8C. Windows color (decimal): -3711507 or 15556039. OLE color: 15556039.
HSL color Cylindrical-coordinate representation of color #C75DED: hue angle of 284.17º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C75DED is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 93 | 237 | - |
| CMYK | 0.16 | 0.61 | 0 | 0.07 |
| HSL | 284.17º | 0.8% | 0.65% | - |
| HSV(B) | 284.17º | 0.61% | 0.93% | - |
| XYZ | 42.75 | 26.09 | 82.9 | - |
| YUV | 141.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 93 | 237 | 0.16 | 0.61 | 0 | 0.07 | 284.17 | 0.8 | 0.65 |
| Hex | C7 | 5D | ED | 10 | 3D | 0 | 7 | 11C | 50 | 41 |
| Octal | 307 | 135 | 355 | 20 | 75 | 0 | 7 | 434 | 120 | 101 |
| Binary | 11000111 | 1011101 | 11101101 | 10000 | 111101 | 0 | 111 | 100011100 | 1010000 | 1000001 |
Color Harmonies of #C75DED
Complementary color
Monochromatic Colors of #C75DED
Black with #C75DED
Text Example
Text Example
White with #C75DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C75DED; }
p { color: rgb(199,93,237); }
H1.HeaderClassName
{
color: #C75DED;
}
.AnyTagClassName
{
color: #C75DED;
}
</style>
background-color css
<style>
a { background-color: #C75DED; }
a { background-color: rgb(199,93,237); }
div.DivClassName
{
background-color: #C75DED;
}
.BgClassName
{
background-color: #C75DED;
}
</style>
border-color css
<style>
span { border-color: #C75DED; }
span { border-color: rgb(199,93,237); }
td.TdClassName
{
border-color: #C75DED;
}
.TagClassName
{
border-color: #C75DED;
}
</style>