Shades of Medium Orchid #CD58E6
Tints of Medium Orchid #CD58E6
RGB
CMYK
RGB Variations
Color information
#CD58E6 (or 0xCD58E6) is known color: Medium Orchid. HEX triplet: CD, 58 and E6. RGB value is (205,88,230). Sum of RGB (Red+Green+Blue) = 205+88+230=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 88 (34.77% from 255 or 16.83% from 523); Blue value is 230 (90.23% from 255 or 43.98% from 523); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD58E6 is #32A719. Grayscale: #8A8A8A. Windows color (decimal): -3319578 or 15096013. OLE color: 15096013.
HSL color Cylindrical-coordinate representation of color #CD58E6: hue angle of 289.44º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CD58E6 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 88 | 230 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.10 |
| HSL | 289.44º | 0.74% | 0.62% | - |
| HSV(B) | 289.44º | 0.62% | 0.9% | - |
| XYZ | 42.95 | 25.67 | 77.55 | - |
| YUV | 139.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 230 | 0.11 | 0.62 | 0 | 0.10 | 289.44 | 0.74 | 0.62 |
| Hex | CD | 58 | E6 | B | 3E | 0 | A | 121 | 4A | 3E |
| Octal | 315 | 130 | 346 | 13 | 76 | 0 | 12 | 441 | 112 | 76 |
| Binary | 11001101 | 1011000 | 11100110 | 1011 | 111110 | 0 | 1010 | 100100001 | 1001010 | 111110 |
Color Harmonies of #CD58E6
Complementary color
Monochromatic Colors of #CD58E6
Black with #CD58E6
Text Example
Text Example
White with #CD58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD58E6; }
p { color: rgb(205,88,230); }
H1.HeaderClassName
{
color: #CD58E6;
}
.AnyTagClassName
{
color: #CD58E6;
}
</style>
background-color css
<style>
a { background-color: #CD58E6; }
a { background-color: rgb(205,88,230); }
div.DivClassName
{
background-color: #CD58E6;
}
.BgClassName
{
background-color: #CD58E6;
}
</style>
border-color css
<style>
span { border-color: #CD58E6; }
span { border-color: rgb(205,88,230); }
td.TdClassName
{
border-color: #CD58E6;
}
.TagClassName
{
border-color: #CD58E6;
}
</style>