Shades of Medium Orchid #CD2CDE
Tints of Medium Orchid #CD2CDE
RGB
CMYK
RGB Variations
Color information
#CD2CDE (or 0xCD2CDE) is known color: Medium Orchid. HEX triplet: CD, 2C and DE. RGB value is (205,44,222). Sum of RGB (Red+Green+Blue) = 205+44+222=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD2CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2CDE is #32D321. Grayscale: #6F6F6F. Windows color (decimal): -3330850 or 14560461. OLE color: 14560461.
HSL color Cylindrical-coordinate representation of color #CD2CDE: hue angle of 294.27º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2CDE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 44 | 222 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.13 |
| HSL | 294.27º | 0.73% | 0.52% | - |
| HSV(B) | 294.27º | 0.8% | 0.87% | - |
| XYZ | 39.26 | 20.05 | 70.91 | - |
| YUV | 112.43 | 189.84 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 222 | 0.08 | 0.80 | 0 | 0.13 | 294.27 | 0.73 | 0.52 |
| Hex | CD | 2C | DE | 8 | 50 | 0 | D | 126 | 49 | 34 |
| Octal | 315 | 54 | 336 | 10 | 120 | 0 | 15 | 446 | 111 | 64 |
| Binary | 11001101 | 101100 | 11011110 | 1000 | 1010000 | 0 | 1101 | 100100110 | 1001001 | 110100 |
Color Harmonies of #CD2CDE
Complementary color
Monochromatic Colors of #CD2CDE
Black with #CD2CDE
Text Example
Text Example
White with #CD2CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2CDE; }
p { color: rgb(205,44,222); }
H1.HeaderClassName
{
color: #CD2CDE;
}
.AnyTagClassName
{
color: #CD2CDE;
}
</style>
background-color css
<style>
a { background-color: #CD2CDE; }
a { background-color: rgb(205,44,222); }
div.DivClassName
{
background-color: #CD2CDE;
}
.BgClassName
{
background-color: #CD2CDE;
}
</style>
border-color css
<style>
span { border-color: #CD2CDE; }
span { border-color: rgb(205,44,222); }
td.TdClassName
{
border-color: #CD2CDE;
}
.TagClassName
{
border-color: #CD2CDE;
}
</style>