Shades of Medium Orchid #CD4FDD
Tints of Medium Orchid #CD4FDD
RGB
CMYK
RGB Variations
Color information
#CD4FDD (or 0xCD4FDD) is known color: Medium Orchid. HEX triplet: CD, 4F and DD. RGB value is (205,79,221). Sum of RGB (Red+Green+Blue) = 205+79+221=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD4FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4FDD is #32B022. Grayscale: #848484. Windows color (decimal): -3321891 or 14503885. OLE color: 14503885.
HSL color Cylindrical-coordinate representation of color #CD4FDD: hue angle of 293.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4FDD is Cyan = 0.07, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 79 | 221 | - |
| CMYK | 0.07 | 0.64 | 0 | 0.13 |
| HSL | 293.24º | 0.68% | 0.59% | - |
| HSV(B) | 293.24º | 0.64% | 0.87% | - |
| XYZ | 41.02 | 23.79 | 70.84 | - |
| YUV | 132.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 79 | 221 | 0.07 | 0.64 | 0 | 0.13 | 293.24 | 0.68 | 0.59 |
| Hex | CD | 4F | DD | 7 | 40 | 0 | D | 125 | 44 | 3B |
| Octal | 315 | 117 | 335 | 7 | 100 | 0 | 15 | 445 | 104 | 73 |
| Binary | 11001101 | 1001111 | 11011101 | 111 | 1000000 | 0 | 1101 | 100100101 | 1000100 | 111011 |
Color Harmonies of #CD4FDD
Complementary color
Monochromatic Colors of #CD4FDD
Black with #CD4FDD
Text Example
Text Example
White with #CD4FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4FDD; }
p { color: rgb(205,79,221); }
H1.HeaderClassName
{
color: #CD4FDD;
}
.AnyTagClassName
{
color: #CD4FDD;
}
</style>
background-color css
<style>
a { background-color: #CD4FDD; }
a { background-color: rgb(205,79,221); }
div.DivClassName
{
background-color: #CD4FDD;
}
.BgClassName
{
background-color: #CD4FDD;
}
</style>
border-color css
<style>
span { border-color: #CD4FDD; }
span { border-color: rgb(205,79,221); }
td.TdClassName
{
border-color: #CD4FDD;
}
.TagClassName
{
border-color: #CD4FDD;
}
</style>