Shades of Medium Orchid #D33FFA
Tints of Medium Orchid #D33FFA
RGB
CMYK
RGB Variations
Color information
#D33FFA (or 0xD33FFA) is known color: Medium Orchid. HEX triplet: D3, 3F and FA. RGB value is (211,63,250). Sum of RGB (Red+Green+Blue) = 211+63+250=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 63 (25% from 255 or 12.02% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #D33FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FFA is #2CC005. Grayscale: #7F7F7F. Windows color (decimal): -2932742 or 16400339. OLE color: 16400339.
HSL color Cylindrical-coordinate representation of color #D33FFA: hue angle of 287.49º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33FFA is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 211 | 63 | 250 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.02 |
| HSL | 287.49º | 0.95% | 0.61% | - |
| HSV(B) | 287.49º | 0.75% | 0.98% | - |
| XYZ | 45.9 | 24.31 | 92.71 | - |
| YUV | 128.57 | 196.53 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 250 | 0.16 | 0.75 | 0 | 0.02 | 287.49 | 0.95 | 0.61 |
| Hex | D3 | 3F | FA | 10 | 4B | 0 | 2 | 11F | 5F | 3D |
| Octal | 323 | 77 | 372 | 20 | 113 | 0 | 2 | 437 | 137 | 75 |
| Binary | 11010011 | 111111 | 11111010 | 10000 | 1001011 | 0 | 10 | 100011111 | 1011111 | 111101 |
Color Harmonies of #D33FFA
Complementary color
Monochromatic Colors of #D33FFA
Black with #D33FFA
Text Example
Text Example
White with #D33FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FFA; }
p { color: rgb(211,63,250); }
H1.HeaderClassName
{
color: #D33FFA;
}
.AnyTagClassName
{
color: #D33FFA;
}
</style>
background-color css
<style>
a { background-color: #D33FFA; }
a { background-color: rgb(211,63,250); }
div.DivClassName
{
background-color: #D33FFA;
}
.BgClassName
{
background-color: #D33FFA;
}
</style>
border-color css
<style>
span { border-color: #D33FFA; }
span { border-color: rgb(211,63,250); }
td.TdClassName
{
border-color: #D33FFA;
}
.TagClassName
{
border-color: #D33FFA;
}
</style>