Shades of Medium Orchid #D133DF
Tints of Medium Orchid #D133DF
RGB
CMYK
RGB Variations
Color information
#D133DF (or 0xD133DF) is known color: Medium Orchid. HEX triplet: D1, 33 and DF. RGB value is (209,51,223). Sum of RGB (Red+Green+Blue) = 209+51+223=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #D133DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D133DF is #2ECC20. Grayscale: #757575. Windows color (decimal): -3066913 or 14627793. OLE color: 14627793.
HSL color Cylindrical-coordinate representation of color #D133DF: hue angle of 295.12º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D133DF is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 51 | 223 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.13 |
| HSL | 295.12º | 0.73% | 0.54% | - |
| HSV(B) | 295.12º | 0.77% | 0.87% | - |
| XYZ | 40.8 | 21.25 | 71.76 | - |
| YUV | 117.85 | 187.35 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 223 | 0.06 | 0.77 | 0 | 0.13 | 295.12 | 0.73 | 0.54 |
| Hex | D1 | 33 | DF | 6 | 4D | 0 | D | 127 | 49 | 36 |
| Octal | 321 | 63 | 337 | 6 | 115 | 0 | 15 | 447 | 111 | 66 |
| Binary | 11010001 | 110011 | 11011111 | 110 | 1001101 | 0 | 1101 | 100100111 | 1001001 | 110110 |
Color Harmonies of #D133DF
Complementary color
Monochromatic Colors of #D133DF
Black with #D133DF
Text Example
Text Example
White with #D133DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D133DF; }
p { color: rgb(209,51,223); }
H1.HeaderClassName
{
color: #D133DF;
}
.AnyTagClassName
{
color: #D133DF;
}
</style>
background-color css
<style>
a { background-color: #D133DF; }
a { background-color: rgb(209,51,223); }
div.DivClassName
{
background-color: #D133DF;
}
.BgClassName
{
background-color: #D133DF;
}
</style>
border-color css
<style>
span { border-color: #D133DF; }
span { border-color: rgb(209,51,223); }
td.TdClassName
{
border-color: #D133DF;
}
.TagClassName
{
border-color: #D133DF;
}
</style>