Shades of Medium Orchid #CD3EDD
Tints of Medium Orchid #CD3EDD
RGB
CMYK
RGB Variations
Color information
#CD3EDD (or 0xCD3EDD) is known color: Medium Orchid. HEX triplet: CD, 3E and DD. RGB value is (205,62,221). Sum of RGB (Red+Green+Blue) = 205+62+221=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD3EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EDD is #32C122. Grayscale: #7A7A7A. Windows color (decimal): -3326243 or 14499533. OLE color: 14499533.
HSL color Cylindrical-coordinate representation of color #CD3EDD: hue angle of 293.96º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3EDD is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 62 | 221 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.13 |
| HSL | 293.96º | 0.7% | 0.55% | - |
| HSV(B) | 293.96º | 0.72% | 0.87% | - |
| XYZ | 39.95 | 21.64 | 70.48 | - |
| YUV | 122.88 | 183.38 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 62 | 221 | 0.07 | 0.72 | 0 | 0.13 | 293.96 | 0.7 | 0.55 |
| Hex | CD | 3E | DD | 7 | 48 | 0 | D | 126 | 46 | 37 |
| Octal | 315 | 76 | 335 | 7 | 110 | 0 | 15 | 446 | 106 | 67 |
| Binary | 11001101 | 111110 | 11011101 | 111 | 1001000 | 0 | 1101 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CD3EDD
Complementary color
Monochromatic Colors of #CD3EDD
Black with #CD3EDD
Text Example
Text Example
White with #CD3EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3EDD; }
p { color: rgb(205,62,221); }
H1.HeaderClassName
{
color: #CD3EDD;
}
.AnyTagClassName
{
color: #CD3EDD;
}
</style>
background-color css
<style>
a { background-color: #CD3EDD; }
a { background-color: rgb(205,62,221); }
div.DivClassName
{
background-color: #CD3EDD;
}
.BgClassName
{
background-color: #CD3EDD;
}
</style>
border-color css
<style>
span { border-color: #CD3EDD; }
span { border-color: rgb(205,62,221); }
td.TdClassName
{
border-color: #CD3EDD;
}
.TagClassName
{
border-color: #CD3EDD;
}
</style>