Shades of Medium Orchid #CD58EC
Tints of Medium Orchid #CD58EC
RGB
CMYK
RGB Variations
Color information
#CD58EC (or 0xCD58EC) is known color: Medium Orchid. HEX triplet: CD, 58 and EC. RGB value is (205,88,236). Sum of RGB (Red+Green+Blue) = 205+88+236=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD58EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD58EC is #32A713. Grayscale: #8B8B8B. Windows color (decimal): -3319572 or 15489229. OLE color: 15489229.
HSL color Cylindrical-coordinate representation of color #CD58EC: hue angle of 287.43º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD58EC is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 88 | 236 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.07 |
| HSL | 287.43º | 0.8% | 0.64% | - |
| HSV(B) | 287.43º | 0.63% | 0.93% | - |
| XYZ | 43.81 | 26.01 | 82.07 | - |
| YUV | 139.86 | 182.26 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 236 | 0.13 | 0.63 | 0 | 0.07 | 287.43 | 0.8 | 0.64 |
| Hex | CD | 58 | EC | D | 3F | 0 | 7 | 11F | 50 | 40 |
| Octal | 315 | 130 | 354 | 15 | 77 | 0 | 7 | 437 | 120 | 100 |
| Binary | 11001101 | 1011000 | 11101100 | 1101 | 111111 | 0 | 111 | 100011111 | 1010000 | 1000000 |
Color Harmonies of #CD58EC
Complementary color
Monochromatic Colors of #CD58EC
Black with #CD58EC
Text Example
Text Example
White with #CD58EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD58EC; }
p { color: rgb(205,88,236); }
H1.HeaderClassName
{
color: #CD58EC;
}
.AnyTagClassName
{
color: #CD58EC;
}
</style>
background-color css
<style>
a { background-color: #CD58EC; }
a { background-color: rgb(205,88,236); }
div.DivClassName
{
background-color: #CD58EC;
}
.BgClassName
{
background-color: #CD58EC;
}
</style>
border-color css
<style>
span { border-color: #CD58EC; }
span { border-color: rgb(205,88,236); }
td.TdClassName
{
border-color: #CD58EC;
}
.TagClassName
{
border-color: #CD58EC;
}
</style>