Shades of Medium Orchid #CD32D8
Tints of Medium Orchid #CD32D8
RGB
CMYK
RGB Variations
Color information
#CD32D8 (or 0xCD32D8) is known color: Medium Orchid. HEX triplet: CD, 32 and D8. RGB value is (205,50,216). Sum of RGB (Red+Green+Blue) = 205+50+216=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #CD32D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD32D8 is #32CD27. Grayscale: #727272. Windows color (decimal): -3329320 or 14168781. OLE color: 14168781.
HSL color Cylindrical-coordinate representation of color #CD32D8: hue angle of 296.02º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD32D8 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 50 | 216 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.15 |
| HSL | 296.02º | 0.68% | 0.52% | - |
| HSV(B) | 296.02º | 0.77% | 0.85% | - |
| XYZ | 38.71 | 20.22 | 66.83 | - |
| YUV | 115.27 | 184.85 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 216 | 0.05 | 0.77 | 0 | 0.15 | 296.02 | 0.68 | 0.52 |
| Hex | CD | 32 | D8 | 5 | 4D | 0 | F | 128 | 44 | 34 |
| Octal | 315 | 62 | 330 | 5 | 115 | 0 | 17 | 450 | 104 | 64 |
| Binary | 11001101 | 110010 | 11011000 | 101 | 1001101 | 0 | 1111 | 100101000 | 1000100 | 110100 |
Color Harmonies of #CD32D8
Complementary color
Monochromatic Colors of #CD32D8
Black with #CD32D8
Text Example
Text Example
White with #CD32D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD32D8; }
p { color: rgb(205,50,216); }
H1.HeaderClassName
{
color: #CD32D8;
}
.AnyTagClassName
{
color: #CD32D8;
}
</style>
background-color css
<style>
a { background-color: #CD32D8; }
a { background-color: rgb(205,50,216); }
div.DivClassName
{
background-color: #CD32D8;
}
.BgClassName
{
background-color: #CD32D8;
}
</style>
border-color css
<style>
span { border-color: #CD32D8; }
span { border-color: rgb(205,50,216); }
td.TdClassName
{
border-color: #CD32D8;
}
.TagClassName
{
border-color: #CD32D8;
}
</style>