Shades of Medium Orchid #D438F3
Tints of Medium Orchid #D438F3
RGB
CMYK
RGB Variations
Color information
#D438F3 (or 0xD438F3) is known color: Medium Orchid. HEX triplet: D4, 38 and F3. RGB value is (212,56,243). Sum of RGB (Red+Green+Blue) = 212+56+243=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #D438F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D438F3 is #2BC70C. Grayscale: #7B7B7B. Windows color (decimal): -2869005 or 15939796. OLE color: 15939796.
HSL color Cylindrical-coordinate representation of color #D438F3: hue angle of 290.05º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D438F3 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 56 | 243 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.05 |
| HSL | 290.05º | 0.89% | 0.59% | - |
| HSV(B) | 290.05º | 0.77% | 0.95% | - |
| XYZ | 44.74 | 23.3 | 86.93 | - |
| YUV | 123.96 | 195.18 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 243 | 0.13 | 0.77 | 0 | 0.05 | 290.05 | 0.89 | 0.59 |
| Hex | D4 | 38 | F3 | D | 4D | 0 | 5 | 122 | 59 | 3B |
| Octal | 324 | 70 | 363 | 15 | 115 | 0 | 5 | 442 | 131 | 73 |
| Binary | 11010100 | 111000 | 11110011 | 1101 | 1001101 | 0 | 101 | 100100010 | 1011001 | 111011 |
Color Harmonies of #D438F3
Complementary color
Monochromatic Colors of #D438F3
Black with #D438F3
Text Example
Text Example
White with #D438F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438F3; }
p { color: rgb(212,56,243); }
H1.HeaderClassName
{
color: #D438F3;
}
.AnyTagClassName
{
color: #D438F3;
}
</style>
background-color css
<style>
a { background-color: #D438F3; }
a { background-color: rgb(212,56,243); }
div.DivClassName
{
background-color: #D438F3;
}
.BgClassName
{
background-color: #D438F3;
}
</style>
border-color css
<style>
span { border-color: #D438F3; }
span { border-color: rgb(212,56,243); }
td.TdClassName
{
border-color: #D438F3;
}
.TagClassName
{
border-color: #D438F3;
}
</style>