Shades of Medium Orchid #CD2FDD
Tints of Medium Orchid #CD2FDD
RGB
CMYK
RGB Variations
Color information
#CD2FDD (or 0xCD2FDD) is known color: Medium Orchid. HEX triplet: CD, 2F and DD. RGB value is (205,47,221). Sum of RGB (Red+Green+Blue) = 205+47+221=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2FDD is #32D022. Grayscale: #717171. Windows color (decimal): -3330083 or 14495693. OLE color: 14495693.
HSL color Cylindrical-coordinate representation of color #CD2FDD: hue angle of 294.48º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2FDD is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 47 | 221 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.13 |
| HSL | 294.48º | 0.72% | 0.53% | - |
| HSV(B) | 294.48º | 0.79% | 0.87% | - |
| XYZ | 39.24 | 20.23 | 70.24 | - |
| YUV | 114.08 | 188.35 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 221 | 0.07 | 0.79 | 0 | 0.13 | 294.48 | 0.72 | 0.53 |
| Hex | CD | 2F | DD | 7 | 4F | 0 | D | 126 | 48 | 35 |
| Octal | 315 | 57 | 335 | 7 | 117 | 0 | 15 | 446 | 110 | 65 |
| Binary | 11001101 | 101111 | 11011101 | 111 | 1001111 | 0 | 1101 | 100100110 | 1001000 | 110101 |
Color Harmonies of #CD2FDD
Complementary color
Monochromatic Colors of #CD2FDD
Black with #CD2FDD
Text Example
Text Example
White with #CD2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2FDD; }
p { color: rgb(205,47,221); }
H1.HeaderClassName
{
color: #CD2FDD;
}
.AnyTagClassName
{
color: #CD2FDD;
}
</style>
background-color css
<style>
a { background-color: #CD2FDD; }
a { background-color: rgb(205,47,221); }
div.DivClassName
{
background-color: #CD2FDD;
}
.BgClassName
{
background-color: #CD2FDD;
}
</style>
border-color css
<style>
span { border-color: #CD2FDD; }
span { border-color: rgb(205,47,221); }
td.TdClassName
{
border-color: #CD2FDD;
}
.TagClassName
{
border-color: #CD2FDD;
}
</style>