Shades of Medium Orchid #CD38EC
Tints of Medium Orchid #CD38EC
RGB
CMYK
RGB Variations
Color information
#CD38EC (or 0xCD38EC) is known color: Medium Orchid. HEX triplet: CD, 38 and EC. RGB value is (205,56,236). Sum of RGB (Red+Green+Blue) = 205+56+236=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 56 (22.27% from 255 or 11.27% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD38EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD38EC is #32C713. Grayscale: #787878. Windows color (decimal): -3327764 or 15481037. OLE color: 15481037.
HSL color Cylindrical-coordinate representation of color #CD38EC: hue angle of 289.67º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD38EC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 56 | 236 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.07 |
| HSL | 289.67º | 0.83% | 0.57% | - |
| HSV(B) | 289.67º | 0.76% | 0.93% | - |
| XYZ | 41.73 | 21.86 | 81.38 | - |
| YUV | 121.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 56 | 236 | 0.13 | 0.76 | 0 | 0.07 | 289.67 | 0.83 | 0.57 |
| Hex | CD | 38 | EC | D | 4C | 0 | 7 | 122 | 53 | 39 |
| Octal | 315 | 70 | 354 | 15 | 114 | 0 | 7 | 442 | 123 | 71 |
| Binary | 11001101 | 111000 | 11101100 | 1101 | 1001100 | 0 | 111 | 100100010 | 1010011 | 111001 |
Color Harmonies of #CD38EC
Complementary color
Monochromatic Colors of #CD38EC
Black with #CD38EC
Text Example
Text Example
White with #CD38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD38EC; }
p { color: rgb(205,56,236); }
H1.HeaderClassName
{
color: #CD38EC;
}
.AnyTagClassName
{
color: #CD38EC;
}
</style>
background-color css
<style>
a { background-color: #CD38EC; }
a { background-color: rgb(205,56,236); }
div.DivClassName
{
background-color: #CD38EC;
}
.BgClassName
{
background-color: #CD38EC;
}
</style>
border-color css
<style>
span { border-color: #CD38EC; }
span { border-color: rgb(205,56,236); }
td.TdClassName
{
border-color: #CD38EC;
}
.TagClassName
{
border-color: #CD38EC;
}
</style>