Shades of Medium Orchid #CD58EE
Tints of Medium Orchid #CD58EE
RGB
CMYK
RGB Variations
Color information
#CD58EE (or 0xCD58EE) is known color: Medium Orchid. HEX triplet: CD, 58 and EE. RGB value is (205,88,238). Sum of RGB (Red+Green+Blue) = 205+88+238=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 88 (34.77% from 255 or 16.57% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD58EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD58EE is #32A711. Grayscale: #8B8B8B. Windows color (decimal): -3319570 or 15620301. OLE color: 15620301.
HSL color Cylindrical-coordinate representation of color #CD58EE: hue angle of 286.8º degrees, saturation: 0.82, 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 #CD58EE is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 88 | 238 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.07 |
| HSL | 286.8º | 0.82% | 0.64% | - |
| HSV(B) | 286.8º | 0.63% | 0.93% | - |
| XYZ | 44.1 | 26.13 | 83.61 | - |
| YUV | 140.08 | 183.26 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 88 | 238 | 0.14 | 0.63 | 0 | 0.07 | 286.8 | 0.82 | 0.64 |
| Hex | CD | 58 | EE | E | 3F | 0 | 7 | 11F | 52 | 40 |
| Octal | 315 | 130 | 356 | 16 | 77 | 0 | 7 | 437 | 122 | 100 |
| Binary | 11001101 | 1011000 | 11101110 | 1110 | 111111 | 0 | 111 | 100011111 | 1010010 | 1000000 |
Color Harmonies of #CD58EE
Complementary color
Monochromatic Colors of #CD58EE
Black with #CD58EE
Text Example
Text Example
White with #CD58EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD58EE; }
p { color: rgb(205,88,238); }
H1.HeaderClassName
{
color: #CD58EE;
}
.AnyTagClassName
{
color: #CD58EE;
}
</style>
background-color css
<style>
a { background-color: #CD58EE; }
a { background-color: rgb(205,88,238); }
div.DivClassName
{
background-color: #CD58EE;
}
.BgClassName
{
background-color: #CD58EE;
}
</style>
border-color css
<style>
span { border-color: #CD58EE; }
span { border-color: rgb(205,88,238); }
td.TdClassName
{
border-color: #CD58EE;
}
.TagClassName
{
border-color: #CD58EE;
}
</style>