Shades of Medium Orchid #D33CF1
Tints of Medium Orchid #D33CF1
RGB
CMYK
RGB Variations
Color information
#D33CF1 (or 0xD33CF1) is known color: Medium Orchid. HEX triplet: D3, 3C and F1. RGB value is (211,60,241). Sum of RGB (Red+Green+Blue) = 211+60+241=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 60 (23.83% from 255 or 11.72% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #D33CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CF1 is #2CC30E. Grayscale: #7D7D7D. Windows color (decimal): -2933519 or 15809747. OLE color: 15809747.
HSL color Cylindrical-coordinate representation of color #D33CF1: hue angle of 290.06º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33CF1 is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 60 | 241 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.05 |
| HSL | 290.06º | 0.87% | 0.59% | - |
| HSV(B) | 290.06º | 0.75% | 0.95% | - |
| XYZ | 44.36 | 23.43 | 85.4 | - |
| YUV | 125.78 | 193.03 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 60 | 241 | 0.12 | 0.75 | 0 | 0.05 | 290.06 | 0.87 | 0.59 |
| Hex | D3 | 3C | F1 | C | 4B | 0 | 5 | 122 | 57 | 3B |
| Octal | 323 | 74 | 361 | 14 | 113 | 0 | 5 | 442 | 127 | 73 |
| Binary | 11010011 | 111100 | 11110001 | 1100 | 1001011 | 0 | 101 | 100100010 | 1010111 | 111011 |
Color Harmonies of #D33CF1
Complementary color
Monochromatic Colors of #D33CF1
Black with #D33CF1
Text Example
Text Example
White with #D33CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D33CF1; }
p { color: rgb(211,60,241); }
H1.HeaderClassName
{
color: #D33CF1;
}
.AnyTagClassName
{
color: #D33CF1;
}
</style>
background-color css
<style>
a { background-color: #D33CF1; }
a { background-color: rgb(211,60,241); }
div.DivClassName
{
background-color: #D33CF1;
}
.BgClassName
{
background-color: #D33CF1;
}
</style>
border-color css
<style>
span { border-color: #D33CF1; }
span { border-color: rgb(211,60,241); }
td.TdClassName
{
border-color: #D33CF1;
}
.TagClassName
{
border-color: #D33CF1;
}
</style>