Shades of Medium Orchid #D33AF8
Tints of Medium Orchid #D33AF8
RGB
CMYK
RGB Variations
Color information
#D33AF8 (or 0xD33AF8) is known color: Medium Orchid. HEX triplet: D3, 3A and F8. RGB value is (211,58,248). Sum of RGB (Red+Green+Blue) = 211+58+248=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #D33AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33AF8 is #2CC507. Grayscale: #7C7C7C. Windows color (decimal): -2934024 or 16267987. OLE color: 16267987.
HSL color Cylindrical-coordinate representation of color #D33AF8: hue angle of 288.32º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D33AF8 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 58 | 248 | - |
| CMYK | 0.15 | 0.77 | 0 | 0.03 |
| HSL | 288.32º | 0.93% | 0.6% | - |
| HSV(B) | 288.32º | 0.77% | 0.97% | - |
| XYZ | 45.32 | 23.65 | 90.98 | - |
| YUV | 125.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 58 | 248 | 0.15 | 0.77 | 0 | 0.03 | 288.32 | 0.93 | 0.6 |
| Hex | D3 | 3A | F8 | F | 4D | 0 | 3 | 120 | 5D | 3C |
| Octal | 323 | 72 | 370 | 17 | 115 | 0 | 3 | 440 | 135 | 74 |
| Binary | 11010011 | 111010 | 11111000 | 1111 | 1001101 | 0 | 11 | 100100000 | 1011101 | 111100 |
Color Harmonies of #D33AF8
Complementary color
Monochromatic Colors of #D33AF8
Black with #D33AF8
Text Example
Text Example
White with #D33AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33AF8; }
p { color: rgb(211,58,248); }
H1.HeaderClassName
{
color: #D33AF8;
}
.AnyTagClassName
{
color: #D33AF8;
}
</style>
background-color css
<style>
a { background-color: #D33AF8; }
a { background-color: rgb(211,58,248); }
div.DivClassName
{
background-color: #D33AF8;
}
.BgClassName
{
background-color: #D33AF8;
}
</style>
border-color css
<style>
span { border-color: #D33AF8; }
span { border-color: rgb(211,58,248); }
td.TdClassName
{
border-color: #D33AF8;
}
.TagClassName
{
border-color: #D33AF8;
}
</style>