Shades of Medium Orchid #CD32EF
Tints of Medium Orchid #CD32EF
RGB
CMYK
RGB Variations
Color information
#CD32EF (or 0xCD32EF) is known color: Medium Orchid. HEX triplet: CD, 32 and EF. RGB value is (205,50,239). Sum of RGB (Red+Green+Blue) = 205+50+239=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 50 (19.92% from 255 or 10.12% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD32EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD32EF is #32CD10. Grayscale: #757575. Windows color (decimal): -3329297 or 15676109. OLE color: 15676109.
HSL color Cylindrical-coordinate representation of color #CD32EF: hue angle of 289.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD32EF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 50 | 239 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.06 |
| HSL | 289.21º | 0.86% | 0.57% | - |
| HSV(B) | 289.21º | 0.79% | 0.94% | - |
| XYZ | 41.9 | 21.49 | 83.6 | - |
| YUV | 117.89 | 196.35 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 239 | 0.14 | 0.79 | 0 | 0.06 | 289.21 | 0.86 | 0.57 |
| Hex | CD | 32 | EF | E | 4F | 0 | 6 | 121 | 56 | 39 |
| Octal | 315 | 62 | 357 | 16 | 117 | 0 | 6 | 441 | 126 | 71 |
| Binary | 11001101 | 110010 | 11101111 | 1110 | 1001111 | 0 | 110 | 100100001 | 1010110 | 111001 |
Color Harmonies of #CD32EF
Complementary color
Monochromatic Colors of #CD32EF
Black with #CD32EF
Text Example
Text Example
White with #CD32EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32EF; }
p { color: rgb(205,50,239); }
H1.HeaderClassName
{
color: #CD32EF;
}
.AnyTagClassName
{
color: #CD32EF;
}
</style>
background-color css
<style>
a { background-color: #CD32EF; }
a { background-color: rgb(205,50,239); }
div.DivClassName
{
background-color: #CD32EF;
}
.BgClassName
{
background-color: #CD32EF;
}
</style>
border-color css
<style>
span { border-color: #CD32EF; }
span { border-color: rgb(205,50,239); }
td.TdClassName
{
border-color: #CD32EF;
}
.TagClassName
{
border-color: #CD32EF;
}
</style>