Shades of Medium Orchid #D33FF1
Tints of Medium Orchid #D33FF1
RGB
CMYK
RGB Variations
Color information
#D33FF1 (or 0xD33FF1) is known color: Medium Orchid. HEX triplet: D3, 3F and F1. RGB value is (211,63,241). Sum of RGB (Red+Green+Blue) = 211+63+241=515 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.97% from 515); Green value is 63 (25% from 255 or 12.23% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #D33FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FF1 is #2CC00E. Grayscale: #7E7E7E. Windows color (decimal): -2932751 or 15810515. OLE color: 15810515.
HSL color Cylindrical-coordinate representation of color #D33FF1: hue angle of 289.89º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33FF1 is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 63 | 241 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.05 |
| HSL | 289.89º | 0.86% | 0.6% | - |
| HSV(B) | 289.89º | 0.74% | 0.95% | - |
| XYZ | 44.52 | 23.75 | 85.46 | - |
| YUV | 127.54 | 192.03 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 63 | 241 | 0.12 | 0.74 | 0 | 0.05 | 289.89 | 0.86 | 0.6 |
| Hex | D3 | 3F | F1 | C | 4A | 0 | 5 | 122 | 56 | 3C |
| Octal | 323 | 77 | 361 | 14 | 112 | 0 | 5 | 442 | 126 | 74 |
| Binary | 11010011 | 111111 | 11110001 | 1100 | 1001010 | 0 | 101 | 100100010 | 1010110 | 111100 |
Color Harmonies of #D33FF1
Complementary color
Monochromatic Colors of #D33FF1
Black with #D33FF1
Text Example
Text Example
White with #D33FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33FF1; }
p { color: rgb(211,63,241); }
H1.HeaderClassName
{
color: #D33FF1;
}
.AnyTagClassName
{
color: #D33FF1;
}
</style>
background-color css
<style>
a { background-color: #D33FF1; }
a { background-color: rgb(211,63,241); }
div.DivClassName
{
background-color: #D33FF1;
}
.BgClassName
{
background-color: #D33FF1;
}
</style>
border-color css
<style>
span { border-color: #D33FF1; }
span { border-color: rgb(211,63,241); }
td.TdClassName
{
border-color: #D33FF1;
}
.TagClassName
{
border-color: #D33FF1;
}
</style>