Shades of Medium Orchid #CD41DF
Tints of Medium Orchid #CD41DF
RGB
CMYK
RGB Variations
Color information
#CD41DF (or 0xCD41DF) is known color: Medium Orchid. HEX triplet: CD, 41 and DF. RGB value is (205,65,223). Sum of RGB (Red+Green+Blue) = 205+65+223=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 65 (25.78% from 255 or 13.18% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD41DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41DF is #32BE20. Grayscale: #7C7C7C. Windows color (decimal): -3325473 or 14631373. OLE color: 14631373.
HSL color Cylindrical-coordinate representation of color #CD41DF: hue angle of 293.16º degrees, saturation: 0.71, 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 #CD41DF is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 65 | 223 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.13 |
| HSL | 293.16º | 0.71% | 0.56% | - |
| HSV(B) | 293.16º | 0.71% | 0.87% | - |
| XYZ | 40.39 | 22.09 | 71.95 | - |
| YUV | 124.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 223 | 0.08 | 0.71 | 0 | 0.13 | 293.16 | 0.71 | 0.56 |
| Hex | CD | 41 | DF | 8 | 47 | 0 | D | 125 | 47 | 38 |
| Octal | 315 | 101 | 337 | 10 | 107 | 0 | 15 | 445 | 107 | 70 |
| Binary | 11001101 | 1000001 | 11011111 | 1000 | 1000111 | 0 | 1101 | 100100101 | 1000111 | 111000 |
Color Harmonies of #CD41DF
Complementary color
Monochromatic Colors of #CD41DF
Black with #CD41DF
Text Example
Text Example
White with #CD41DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD41DF; }
p { color: rgb(205,65,223); }
H1.HeaderClassName
{
color: #CD41DF;
}
.AnyTagClassName
{
color: #CD41DF;
}
</style>
background-color css
<style>
a { background-color: #CD41DF; }
a { background-color: rgb(205,65,223); }
div.DivClassName
{
background-color: #CD41DF;
}
.BgClassName
{
background-color: #CD41DF;
}
</style>
border-color css
<style>
span { border-color: #CD41DF; }
span { border-color: rgb(205,65,223); }
td.TdClassName
{
border-color: #CD41DF;
}
.TagClassName
{
border-color: #CD41DF;
}
</style>