Shades of Medium Orchid #CD4DEA
Tints of Medium Orchid #CD4DEA
RGB
CMYK
RGB Variations
Color information
#CD4DEA (or 0xCD4DEA) is known color: Medium Orchid. HEX triplet: CD, 4D and EA. RGB value is (205,77,234). Sum of RGB (Red+Green+Blue) = 205+77+234=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 77 (30.47% from 255 or 14.92% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD4DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD4DEA is #32B215. Grayscale: #848484. Windows color (decimal): -3322390 or 15355341. OLE color: 15355341.
HSL color Cylindrical-coordinate representation of color #CD4DEA: hue angle of 288.92º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CD4DEA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 77 | 234 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.08 |
| HSL | 288.92º | 0.79% | 0.61% | - |
| HSV(B) | 288.92º | 0.67% | 0.92% | - |
| XYZ | 42.68 | 24.23 | 80.27 | - |
| YUV | 133.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 234 | 0.12 | 0.67 | 0 | 0.08 | 288.92 | 0.79 | 0.61 |
| Hex | CD | 4D | EA | C | 43 | 0 | 8 | 121 | 4F | 3D |
| Octal | 315 | 115 | 352 | 14 | 103 | 0 | 10 | 441 | 117 | 75 |
| Binary | 11001101 | 1001101 | 11101010 | 1100 | 1000011 | 0 | 1000 | 100100001 | 1001111 | 111101 |
Color Harmonies of #CD4DEA
Complementary color
Monochromatic Colors of #CD4DEA
Black with #CD4DEA
Text Example
Text Example
White with #CD4DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4DEA; }
p { color: rgb(205,77,234); }
H1.HeaderClassName
{
color: #CD4DEA;
}
.AnyTagClassName
{
color: #CD4DEA;
}
</style>
background-color css
<style>
a { background-color: #CD4DEA; }
a { background-color: rgb(205,77,234); }
div.DivClassName
{
background-color: #CD4DEA;
}
.BgClassName
{
background-color: #CD4DEA;
}
</style>
border-color css
<style>
span { border-color: #CD4DEA; }
span { border-color: rgb(205,77,234); }
td.TdClassName
{
border-color: #CD4DEA;
}
.TagClassName
{
border-color: #CD4DEA;
}
</style>