Shades of Medium Orchid #CD3FDD
Tints of Medium Orchid #CD3FDD
RGB
CMYK
RGB Variations
Color information
#CD3FDD (or 0xCD3FDD) is known color: Medium Orchid. HEX triplet: CD, 3F and DD. RGB value is (205,63,221). Sum of RGB (Red+Green+Blue) = 205+63+221=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3FDD is #32C022. Grayscale: #7A7A7A. Windows color (decimal): -3325987 or 14499789. OLE color: 14499789.
HSL color Cylindrical-coordinate representation of color #CD3FDD: hue angle of 293.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3FDD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 63 | 221 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.13 |
| HSL | 293.92º | 0.7% | 0.56% | - |
| HSV(B) | 293.92º | 0.71% | 0.87% | - |
| XYZ | 40.01 | 21.75 | 70.5 | - |
| YUV | 123.47 | 183.04 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 63 | 221 | 0.07 | 0.71 | 0 | 0.13 | 293.92 | 0.7 | 0.56 |
| Hex | CD | 3F | DD | 7 | 47 | 0 | D | 126 | 46 | 38 |
| Octal | 315 | 77 | 335 | 7 | 107 | 0 | 15 | 446 | 106 | 70 |
| Binary | 11001101 | 111111 | 11011101 | 111 | 1000111 | 0 | 1101 | 100100110 | 1000110 | 111000 |
Color Harmonies of #CD3FDD
Complementary color
Monochromatic Colors of #CD3FDD
Black with #CD3FDD
Text Example
Text Example
White with #CD3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3FDD; }
p { color: rgb(205,63,221); }
H1.HeaderClassName
{
color: #CD3FDD;
}
.AnyTagClassName
{
color: #CD3FDD;
}
</style>
background-color css
<style>
a { background-color: #CD3FDD; }
a { background-color: rgb(205,63,221); }
div.DivClassName
{
background-color: #CD3FDD;
}
.BgClassName
{
background-color: #CD3FDD;
}
</style>
border-color css
<style>
span { border-color: #CD3FDD; }
span { border-color: rgb(205,63,221); }
td.TdClassName
{
border-color: #CD3FDD;
}
.TagClassName
{
border-color: #CD3FDD;
}
</style>