Shades of Medium Orchid #CD3ADD
Tints of Medium Orchid #CD3ADD
RGB
CMYK
RGB Variations
Color information
#CD3ADD (or 0xCD3ADD) is known color: Medium Orchid. HEX triplet: CD, 3A and DD. RGB value is (205,58,221). Sum of RGB (Red+Green+Blue) = 205+58+221=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 58 (23.05% from 255 or 11.98% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3ADD is #32C522. Grayscale: #787878. Windows color (decimal): -3327267 or 14498509. OLE color: 14498509.
HSL color Cylindrical-coordinate representation of color #CD3ADD: hue angle of 294.11º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3ADD is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 58 | 221 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.13 |
| HSL | 294.11º | 0.71% | 0.55% | - |
| HSV(B) | 294.11º | 0.74% | 0.87% | - |
| XYZ | 39.74 | 21.23 | 70.41 | - |
| YUV | 120.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 221 | 0.07 | 0.74 | 0 | 0.13 | 294.11 | 0.71 | 0.55 |
| Hex | CD | 3A | DD | 7 | 4A | 0 | D | 126 | 47 | 37 |
| Octal | 315 | 72 | 335 | 7 | 112 | 0 | 15 | 446 | 107 | 67 |
| Binary | 11001101 | 111010 | 11011101 | 111 | 1001010 | 0 | 1101 | 100100110 | 1000111 | 110111 |
Color Harmonies of #CD3ADD
Complementary color
Monochromatic Colors of #CD3ADD
Black with #CD3ADD
Text Example
Text Example
White with #CD3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3ADD; }
p { color: rgb(205,58,221); }
H1.HeaderClassName
{
color: #CD3ADD;
}
.AnyTagClassName
{
color: #CD3ADD;
}
</style>
background-color css
<style>
a { background-color: #CD3ADD; }
a { background-color: rgb(205,58,221); }
div.DivClassName
{
background-color: #CD3ADD;
}
.BgClassName
{
background-color: #CD3ADD;
}
</style>
border-color css
<style>
span { border-color: #CD3ADD; }
span { border-color: rgb(205,58,221); }
td.TdClassName
{
border-color: #CD3ADD;
}
.TagClassName
{
border-color: #CD3ADD;
}
</style>