Shades of Medium Orchid #CD2EDF
Tints of Medium Orchid #CD2EDF
RGB
CMYK
RGB Variations
Color information
#CD2EDF (or 0xCD2EDF) is known color: Medium Orchid. HEX triplet: CD, 2E and DF. RGB value is (205,46,223). Sum of RGB (Red+Green+Blue) = 205+46+223=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD2EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2EDF is #32D120. Grayscale: #717171. Windows color (decimal): -3330337 or 14626509. OLE color: 14626509.
HSL color Cylindrical-coordinate representation of color #CD2EDF: hue angle of 293.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2EDF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 46 | 223 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.13 |
| HSL | 293.9º | 0.73% | 0.53% | - |
| HSV(B) | 293.9º | 0.79% | 0.87% | - |
| XYZ | 39.47 | 20.26 | 71.64 | - |
| YUV | 113.72 | 189.68 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 223 | 0.08 | 0.79 | 0 | 0.13 | 293.9 | 0.73 | 0.53 |
| Hex | CD | 2E | DF | 8 | 4F | 0 | D | 126 | 49 | 35 |
| Octal | 315 | 56 | 337 | 10 | 117 | 0 | 15 | 446 | 111 | 65 |
| Binary | 11001101 | 101110 | 11011111 | 1000 | 1001111 | 0 | 1101 | 100100110 | 1001001 | 110101 |
Color Harmonies of #CD2EDF
Complementary color
Monochromatic Colors of #CD2EDF
Black with #CD2EDF
Text Example
Text Example
White with #CD2EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2EDF; }
p { color: rgb(205,46,223); }
H1.HeaderClassName
{
color: #CD2EDF;
}
.AnyTagClassName
{
color: #CD2EDF;
}
</style>
background-color css
<style>
a { background-color: #CD2EDF; }
a { background-color: rgb(205,46,223); }
div.DivClassName
{
background-color: #CD2EDF;
}
.BgClassName
{
background-color: #CD2EDF;
}
</style>
border-color css
<style>
span { border-color: #CD2EDF; }
span { border-color: rgb(205,46,223); }
td.TdClassName
{
border-color: #CD2EDF;
}
.TagClassName
{
border-color: #CD2EDF;
}
</style>