Shades of Medium Orchid #D23CDD
Tints of Medium Orchid #D23CDD
RGB
CMYK
RGB Variations
Color information
#D23CDD (or 0xD23CDD) is known color: Medium Orchid. HEX triplet: D2, 3C and DD. RGB value is (210,60,221). Sum of RGB (Red+Green+Blue) = 210+60+221=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #D23CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D23CDD is #2DC322. Grayscale: #7A7A7A. Windows color (decimal): -2999075 or 14499026. OLE color: 14499026.
HSL color Cylindrical-coordinate representation of color #D23CDD: hue angle of 295.9º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23CDD is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 60 | 221 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.13 |
| HSL | 295.9º | 0.7% | 0.55% | - |
| HSV(B) | 295.9º | 0.73% | 0.87% | - |
| XYZ | 41.25 | 22.15 | 70.51 | - |
| YUV | 123.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 221 | 0.05 | 0.73 | 0 | 0.13 | 295.9 | 0.7 | 0.55 |
| Hex | D2 | 3C | DD | 5 | 49 | 0 | D | 128 | 46 | 37 |
| Octal | 322 | 74 | 335 | 5 | 111 | 0 | 15 | 450 | 106 | 67 |
| Binary | 11010010 | 111100 | 11011101 | 101 | 1001001 | 0 | 1101 | 100101000 | 1000110 | 110111 |
Color Harmonies of #D23CDD
Complementary color
Monochromatic Colors of #D23CDD
Black with #D23CDD
Text Example
Text Example
White with #D23CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23CDD; }
p { color: rgb(210,60,221); }
H1.HeaderClassName
{
color: #D23CDD;
}
.AnyTagClassName
{
color: #D23CDD;
}
</style>
background-color css
<style>
a { background-color: #D23CDD; }
a { background-color: rgb(210,60,221); }
div.DivClassName
{
background-color: #D23CDD;
}
.BgClassName
{
background-color: #D23CDD;
}
</style>
border-color css
<style>
span { border-color: #D23CDD; }
span { border-color: rgb(210,60,221); }
td.TdClassName
{
border-color: #D23CDD;
}
.TagClassName
{
border-color: #D23CDD;
}
</style>