Shades of Medium Orchid #CD37E1
Tints of Medium Orchid #CD37E1
RGB
CMYK
RGB Variations
Color information
#CD37E1 (or 0xCD37E1) is known color: Medium Orchid. HEX triplet: CD, 37 and E1. RGB value is (205,55,225). Sum of RGB (Red+Green+Blue) = 205+55+225=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 55 (21.88% from 255 or 11.34% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD37E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD37E1 is #32C81E. Grayscale: #767676. Windows color (decimal): -3328031 or 14759885. OLE color: 14759885.
HSL color Cylindrical-coordinate representation of color #CD37E1: hue angle of 292.94º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD37E1 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 55 | 225 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.12 |
| HSL | 292.94º | 0.74% | 0.55% | - |
| HSV(B) | 292.94º | 0.76% | 0.88% | - |
| XYZ | 40.13 | 21.15 | 73.2 | - |
| YUV | 119.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 55 | 225 | 0.09 | 0.76 | 0 | 0.12 | 292.94 | 0.74 | 0.55 |
| Hex | CD | 37 | E1 | 9 | 4C | 0 | C | 125 | 4A | 37 |
| Octal | 315 | 67 | 341 | 11 | 114 | 0 | 14 | 445 | 112 | 67 |
| Binary | 11001101 | 110111 | 11100001 | 1001 | 1001100 | 0 | 1100 | 100100101 | 1001010 | 110111 |
Color Harmonies of #CD37E1
Complementary color
Monochromatic Colors of #CD37E1
Black with #CD37E1
Text Example
Text Example
White with #CD37E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD37E1; }
p { color: rgb(205,55,225); }
H1.HeaderClassName
{
color: #CD37E1;
}
.AnyTagClassName
{
color: #CD37E1;
}
</style>
background-color css
<style>
a { background-color: #CD37E1; }
a { background-color: rgb(205,55,225); }
div.DivClassName
{
background-color: #CD37E1;
}
.BgClassName
{
background-color: #CD37E1;
}
</style>
border-color css
<style>
span { border-color: #CD37E1; }
span { border-color: rgb(205,55,225); }
td.TdClassName
{
border-color: #CD37E1;
}
.TagClassName
{
border-color: #CD37E1;
}
</style>