Shades of Medium Orchid #CD3DDD
Tints of Medium Orchid #CD3DDD
RGB
CMYK
RGB Variations
Color information
#CD3DDD (or 0xCD3DDD) is known color: Medium Orchid. HEX triplet: CD, 3D and DD. RGB value is (205,61,221). Sum of RGB (Red+Green+Blue) = 205+61+221=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3DDD is #32C222. Grayscale: #797979. Windows color (decimal): -3326499 or 14499277. OLE color: 14499277.
HSL color Cylindrical-coordinate representation of color #CD3DDD: hue angle of 294º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3DDD is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 61 | 221 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.13 |
| HSL | 294º | 0.7% | 0.55% | - |
| HSV(B) | 294º | 0.72% | 0.87% | - |
| XYZ | 39.9 | 21.54 | 70.46 | - |
| YUV | 122.3 | 183.71 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 61 | 221 | 0.07 | 0.72 | 0 | 0.13 | 294 | 0.7 | 0.55 |
| Hex | CD | 3D | DD | 7 | 48 | 0 | D | 126 | 46 | 37 |
| Octal | 315 | 75 | 335 | 7 | 110 | 0 | 15 | 446 | 106 | 67 |
| Binary | 11001101 | 111101 | 11011101 | 111 | 1001000 | 0 | 1101 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CD3DDD
Complementary color
Monochromatic Colors of #CD3DDD
Black with #CD3DDD
Text Example
Text Example
White with #CD3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3DDD; }
p { color: rgb(205,61,221); }
H1.HeaderClassName
{
color: #CD3DDD;
}
.AnyTagClassName
{
color: #CD3DDD;
}
</style>
background-color css
<style>
a { background-color: #CD3DDD; }
a { background-color: rgb(205,61,221); }
div.DivClassName
{
background-color: #CD3DDD;
}
.BgClassName
{
background-color: #CD3DDD;
}
</style>
border-color css
<style>
span { border-color: #CD3DDD; }
span { border-color: rgb(205,61,221); }
td.TdClassName
{
border-color: #CD3DDD;
}
.TagClassName
{
border-color: #CD3DDD;
}
</style>