Shades of Medium Orchid #CD30EF
Tints of Medium Orchid #CD30EF
RGB
CMYK
RGB Variations
Color information
#CD30EF (or 0xCD30EF) is known color: Medium Orchid. HEX triplet: CD, 30 and EF. RGB value is (205,48,239). Sum of RGB (Red+Green+Blue) = 205+48+239=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 48 (19.14% from 255 or 9.76% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD30EF is #32CF10. Grayscale: #747474. Windows color (decimal): -3329809 or 15675597. OLE color: 15675597.
HSL color Cylindrical-coordinate representation of color #CD30EF: hue angle of 289.32º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD30EF is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 48 | 239 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.06 |
| HSL | 289.32º | 0.86% | 0.56% | - |
| HSV(B) | 289.32º | 0.8% | 0.94% | - |
| XYZ | 41.81 | 21.33 | 83.57 | - |
| YUV | 116.72 | 197.01 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 48 | 239 | 0.14 | 0.80 | 0 | 0.06 | 289.32 | 0.86 | 0.56 |
| Hex | CD | 30 | EF | E | 50 | 0 | 6 | 121 | 56 | 38 |
| Octal | 315 | 60 | 357 | 16 | 120 | 0 | 6 | 441 | 126 | 70 |
| Binary | 11001101 | 110000 | 11101111 | 1110 | 1010000 | 0 | 110 | 100100001 | 1010110 | 111000 |
Color Harmonies of #CD30EF
Complementary color
Monochromatic Colors of #CD30EF
Black with #CD30EF
Text Example
Text Example
White with #CD30EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD30EF; }
p { color: rgb(205,48,239); }
H1.HeaderClassName
{
color: #CD30EF;
}
.AnyTagClassName
{
color: #CD30EF;
}
</style>
background-color css
<style>
a { background-color: #CD30EF; }
a { background-color: rgb(205,48,239); }
div.DivClassName
{
background-color: #CD30EF;
}
.BgClassName
{
background-color: #CD30EF;
}
</style>
border-color css
<style>
span { border-color: #CD30EF; }
span { border-color: rgb(205,48,239); }
td.TdClassName
{
border-color: #CD30EF;
}
.TagClassName
{
border-color: #CD30EF;
}
</style>