Shades of Medium Orchid #CD2DDF
Tints of Medium Orchid #CD2DDF
RGB
CMYK
RGB Variations
Color information
#CD2DDF (or 0xCD2DDF) is known color: Medium Orchid. HEX triplet: CD, 2D and DF. RGB value is (205,45,223). Sum of RGB (Red+Green+Blue) = 205+45+223=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 45 (17.97% from 255 or 9.51% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD2DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2DDF is #32D220. Grayscale: #707070. Windows color (decimal): -3330593 or 14626253. OLE color: 14626253.
HSL color Cylindrical-coordinate representation of color #CD2DDF: hue angle of 293.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2DDF is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 45 | 223 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.13 |
| HSL | 293.93º | 0.74% | 0.53% | - |
| HSV(B) | 293.93º | 0.8% | 0.87% | - |
| XYZ | 39.43 | 20.18 | 71.63 | - |
| YUV | 113.13 | 190.01 | 193.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 223 | 0.08 | 0.80 | 0 | 0.13 | 293.93 | 0.74 | 0.53 |
| Hex | CD | 2D | DF | 8 | 50 | 0 | D | 126 | 4A | 35 |
| Octal | 315 | 55 | 337 | 10 | 120 | 0 | 15 | 446 | 112 | 65 |
| Binary | 11001101 | 101101 | 11011111 | 1000 | 1010000 | 0 | 1101 | 100100110 | 1001010 | 110101 |
Color Harmonies of #CD2DDF
Complementary color
Monochromatic Colors of #CD2DDF
Black with #CD2DDF
Text Example
Text Example
White with #CD2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2DDF; }
p { color: rgb(205,45,223); }
H1.HeaderClassName
{
color: #CD2DDF;
}
.AnyTagClassName
{
color: #CD2DDF;
}
</style>
background-color css
<style>
a { background-color: #CD2DDF; }
a { background-color: rgb(205,45,223); }
div.DivClassName
{
background-color: #CD2DDF;
}
.BgClassName
{
background-color: #CD2DDF;
}
</style>
border-color css
<style>
span { border-color: #CD2DDF; }
span { border-color: rgb(205,45,223); }
td.TdClassName
{
border-color: #CD2DDF;
}
.TagClassName
{
border-color: #CD2DDF;
}
</style>