Shades of Medium Orchid #CD53D4
Tints of Medium Orchid #CD53D4
RGB
CMYK
RGB Variations
Color information
#CD53D4 (or 0xCD53D4) is known color: Medium Orchid. HEX triplet: CD, 53 and D4. RGB value is (205,83,212). Sum of RGB (Red+Green+Blue) = 205+83+212=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #CD53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD53D4 is #32AC2B. Grayscale: #858585. Windows color (decimal): -3320876 or 13915085. OLE color: 13915085.
HSL color Cylindrical-coordinate representation of color #CD53D4: hue angle of 296.74º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CD53D4 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 83 | 212 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.17 |
| HSL | 296.74º | 0.6% | 0.58% | - |
| HSV(B) | 296.74º | 0.61% | 0.83% | - |
| XYZ | 40.15 | 23.92 | 64.79 | - |
| YUV | 134.18 | 171.92 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 83 | 212 | 0.03 | 0.61 | 0 | 0.17 | 296.74 | 0.6 | 0.58 |
| Hex | CD | 53 | D4 | 3 | 3D | 0 | 11 | 129 | 3C | 3A |
| Octal | 315 | 123 | 324 | 3 | 75 | 0 | 21 | 451 | 74 | 72 |
| Binary | 11001101 | 1010011 | 11010100 | 11 | 111101 | 0 | 10001 | 100101001 | 111100 | 111010 |
Color Harmonies of #CD53D4
Complementary color
Monochromatic Colors of #CD53D4
Black with #CD53D4
Text Example
Text Example
White with #CD53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD53D4; }
p { color: rgb(205,83,212); }
H1.HeaderClassName
{
color: #CD53D4;
}
.AnyTagClassName
{
color: #CD53D4;
}
</style>
background-color css
<style>
a { background-color: #CD53D4; }
a { background-color: rgb(205,83,212); }
div.DivClassName
{
background-color: #CD53D4;
}
.BgClassName
{
background-color: #CD53D4;
}
</style>
border-color css
<style>
span { border-color: #CD53D4; }
span { border-color: rgb(205,83,212); }
td.TdClassName
{
border-color: #CD53D4;
}
.TagClassName
{
border-color: #CD53D4;
}
</style>