Shades of Medium Orchid #D33DF1
Tints of Medium Orchid #D33DF1
RGB
CMYK
RGB Variations
Color information
#D33DF1 (or 0xD33DF1) is known color: Medium Orchid. HEX triplet: D3, 3D and F1. RGB value is (211,61,241). Sum of RGB (Red+Green+Blue) = 211+61+241=513 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.13% from 513); Green value is 61 (24.22% from 255 or 11.89% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #D33DF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DF1 is #2CC20E. Grayscale: #7D7D7D. Windows color (decimal): -2933263 or 15810003. OLE color: 15810003.
HSL color Cylindrical-coordinate representation of color #D33DF1: hue angle of 290º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33DF1 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 61 | 241 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.05 |
| HSL | 290º | 0.87% | 0.59% | - |
| HSV(B) | 290º | 0.75% | 0.95% | - |
| XYZ | 44.41 | 23.54 | 85.42 | - |
| YUV | 126.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 61 | 241 | 0.12 | 0.75 | 0 | 0.05 | 290 | 0.87 | 0.59 |
| Hex | D3 | 3D | F1 | C | 4B | 0 | 5 | 122 | 57 | 3B |
| Octal | 323 | 75 | 361 | 14 | 113 | 0 | 5 | 442 | 127 | 73 |
| Binary | 11010011 | 111101 | 11110001 | 1100 | 1001011 | 0 | 101 | 100100010 | 1010111 | 111011 |
Color Harmonies of #D33DF1
Complementary color
Monochromatic Colors of #D33DF1
Black with #D33DF1
Text Example
Text Example
White with #D33DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33DF1; }
p { color: rgb(211,61,241); }
H1.HeaderClassName
{
color: #D33DF1;
}
.AnyTagClassName
{
color: #D33DF1;
}
</style>
background-color css
<style>
a { background-color: #D33DF1; }
a { background-color: rgb(211,61,241); }
div.DivClassName
{
background-color: #D33DF1;
}
.BgClassName
{
background-color: #D33DF1;
}
</style>
border-color css
<style>
span { border-color: #D33DF1; }
span { border-color: rgb(211,61,241); }
td.TdClassName
{
border-color: #D33DF1;
}
.TagClassName
{
border-color: #D33DF1;
}
</style>