Shades of Medium Orchid #CD41DC
Tints of Medium Orchid #CD41DC
RGB
CMYK
RGB Variations
Color information
#CD41DC (or 0xCD41DC) is known color: Medium Orchid. HEX triplet: CD, 41 and DC. RGB value is (205,65,220). Sum of RGB (Red+Green+Blue) = 205+65+220=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 65 (25.78% from 255 or 13.27% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD41DC is #32BE23. Grayscale: #7C7C7C. Windows color (decimal): -3325476 or 14434765. OLE color: 14434765.
HSL color Cylindrical-coordinate representation of color #CD41DC: hue angle of 294.19º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD41DC is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 65 | 220 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.14 |
| HSL | 294.19º | 0.69% | 0.56% | - |
| HSV(B) | 294.19º | 0.7% | 0.86% | - |
| XYZ | 39.99 | 21.93 | 69.84 | - |
| YUV | 124.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 65 | 220 | 0.07 | 0.70 | 0 | 0.14 | 294.19 | 0.69 | 0.56 |
| Hex | CD | 41 | DC | 7 | 46 | 0 | E | 126 | 45 | 38 |
| Octal | 315 | 101 | 334 | 7 | 106 | 0 | 16 | 446 | 105 | 70 |
| Binary | 11001101 | 1000001 | 11011100 | 111 | 1000110 | 0 | 1110 | 100100110 | 1000101 | 111000 |
Color Harmonies of #CD41DC
Complementary color
Monochromatic Colors of #CD41DC
Black with #CD41DC
Text Example
Text Example
White with #CD41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD41DC; }
p { color: rgb(205,65,220); }
H1.HeaderClassName
{
color: #CD41DC;
}
.AnyTagClassName
{
color: #CD41DC;
}
</style>
background-color css
<style>
a { background-color: #CD41DC; }
a { background-color: rgb(205,65,220); }
div.DivClassName
{
background-color: #CD41DC;
}
.BgClassName
{
background-color: #CD41DC;
}
</style>
border-color css
<style>
span { border-color: #CD41DC; }
span { border-color: rgb(205,65,220); }
td.TdClassName
{
border-color: #CD41DC;
}
.TagClassName
{
border-color: #CD41DC;
}
</style>