Shades of Medium Orchid #D33FFB
Tints of Medium Orchid #D33FFB
RGB
CMYK
RGB Variations
Color information
#D33FFB (or 0xD33FFB) is known color: Medium Orchid. HEX triplet: D3, 3F and FB. RGB value is (211,63,251). Sum of RGB (Red+Green+Blue) = 211+63+251=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #D33FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FFB is #2CC004. Grayscale: #808080. Windows color (decimal): -2932741 or 16465875. OLE color: 16465875.
HSL color Cylindrical-coordinate representation of color #D33FFB: hue angle of 287.23º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33FFB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 63 | 251 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.02 |
| HSL | 287.23º | 0.96% | 0.62% | - |
| HSV(B) | 287.23º | 0.75% | 0.98% | - |
| XYZ | 46.05 | 24.37 | 93.54 | - |
| YUV | 128.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 251 | 0.16 | 0.75 | 0 | 0.02 | 287.23 | 0.96 | 0.62 |
| Hex | D3 | 3F | FB | 10 | 4B | 0 | 2 | 11F | 60 | 3E |
| Octal | 323 | 77 | 373 | 20 | 113 | 0 | 2 | 437 | 140 | 76 |
| Binary | 11010011 | 111111 | 11111011 | 10000 | 1001011 | 0 | 10 | 100011111 | 1100000 | 111110 |
Color Harmonies of #D33FFB
Complementary color
Monochromatic Colors of #D33FFB
Black with #D33FFB
Text Example
Text Example
White with #D33FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FFB; }
p { color: rgb(211,63,251); }
H1.HeaderClassName
{
color: #D33FFB;
}
.AnyTagClassName
{
color: #D33FFB;
}
</style>
background-color css
<style>
a { background-color: #D33FFB; }
a { background-color: rgb(211,63,251); }
div.DivClassName
{
background-color: #D33FFB;
}
.BgClassName
{
background-color: #D33FFB;
}
</style>
border-color css
<style>
span { border-color: #D33FFB; }
span { border-color: rgb(211,63,251); }
td.TdClassName
{
border-color: #D33FFB;
}
.TagClassName
{
border-color: #D33FFB;
}
</style>