Shades of Medium Orchid #D33AF1
Tints of Medium Orchid #D33AF1
RGB
CMYK
RGB Variations
Color information
#D33AF1 (or 0xD33AF1) is known color: Medium Orchid. HEX triplet: D3, 3A and F1. RGB value is (211,58,241). Sum of RGB (Red+Green+Blue) = 211+58+241=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 58 (23.05% from 255 or 11.37% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #D33AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AF1 is #2CC50E. Grayscale: #7C7C7C. Windows color (decimal): -2934031 or 15809235. OLE color: 15809235.
HSL color Cylindrical-coordinate representation of color #D33AF1: hue angle of 290.16º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33AF1 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 58 | 241 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.05 |
| HSL | 290.16º | 0.87% | 0.59% | - |
| HSV(B) | 290.16º | 0.76% | 0.95% | - |
| XYZ | 44.25 | 23.23 | 85.37 | - |
| YUV | 124.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 241 | 0.12 | 0.76 | 0 | 0.05 | 290.16 | 0.87 | 0.59 |
| Hex | D3 | 3A | F1 | C | 4C | 0 | 5 | 122 | 57 | 3B |
| Octal | 323 | 72 | 361 | 14 | 114 | 0 | 5 | 442 | 127 | 73 |
| Binary | 11010011 | 111010 | 11110001 | 1100 | 1001100 | 0 | 101 | 100100010 | 1010111 | 111011 |
Color Harmonies of #D33AF1
Complementary color
Monochromatic Colors of #D33AF1
Black with #D33AF1
Text Example
Text Example
White with #D33AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AF1; }
p { color: rgb(211,58,241); }
H1.HeaderClassName
{
color: #D33AF1;
}
.AnyTagClassName
{
color: #D33AF1;
}
</style>
background-color css
<style>
a { background-color: #D33AF1; }
a { background-color: rgb(211,58,241); }
div.DivClassName
{
background-color: #D33AF1;
}
.BgClassName
{
background-color: #D33AF1;
}
</style>
border-color css
<style>
span { border-color: #D33AF1; }
span { border-color: rgb(211,58,241); }
td.TdClassName
{
border-color: #D33AF1;
}
.TagClassName
{
border-color: #D33AF1;
}
</style>