Shades of Medium Orchid #CD30ED
Tints of Medium Orchid #CD30ED
RGB
CMYK
RGB Variations
Color information
#CD30ED (or 0xCD30ED) is known color: Medium Orchid. HEX triplet: CD, 30 and ED. RGB value is (205,48,237). Sum of RGB (Red+Green+Blue) = 205+48+237=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 48 (19.14% from 255 or 9.80% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD30ED is #32CF12. Grayscale: #737373. Windows color (decimal): -3329811 or 15544525. OLE color: 15544525.
HSL color Cylindrical-coordinate representation of color #CD30ED: hue angle of 289.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD30ED is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 48 | 237 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.07 |
| HSL | 289.84º | 0.84% | 0.56% | - |
| HSV(B) | 289.84º | 0.8% | 0.93% | - |
| XYZ | 41.52 | 21.21 | 82.03 | - |
| YUV | 116.49 | 196.01 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 237 | 0.14 | 0.80 | 0 | 0.07 | 289.84 | 0.84 | 0.56 |
| Hex | CD | 30 | ED | E | 50 | 0 | 7 | 122 | 54 | 38 |
| Octal | 315 | 60 | 355 | 16 | 120 | 0 | 7 | 442 | 124 | 70 |
| Binary | 11001101 | 110000 | 11101101 | 1110 | 1010000 | 0 | 111 | 100100010 | 1010100 | 111000 |
Color Harmonies of #CD30ED
Complementary color
Monochromatic Colors of #CD30ED
Black with #CD30ED
Text Example
Text Example
White with #CD30ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30ED; }
p { color: rgb(205,48,237); }
H1.HeaderClassName
{
color: #CD30ED;
}
.AnyTagClassName
{
color: #CD30ED;
}
</style>
background-color css
<style>
a { background-color: #CD30ED; }
a { background-color: rgb(205,48,237); }
div.DivClassName
{
background-color: #CD30ED;
}
.BgClassName
{
background-color: #CD30ED;
}
</style>
border-color css
<style>
span { border-color: #CD30ED; }
span { border-color: rgb(205,48,237); }
td.TdClassName
{
border-color: #CD30ED;
}
.TagClassName
{
border-color: #CD30ED;
}
</style>