Shades of Medium Orchid #D438F2
Tints of Medium Orchid #D438F2
RGB
CMYK
RGB Variations
Color information
#D438F2 (or 0xD438F2) is known color: Medium Orchid. HEX triplet: D4, 38 and F2. RGB value is (212,56,242). Sum of RGB (Red+Green+Blue) = 212+56+242=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 56 (22.27% from 255 or 10.98% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #D438F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D438F2 is #2BC70D. Grayscale: #7B7B7B. Windows color (decimal): -2869006 or 15874260. OLE color: 15874260.
HSL color Cylindrical-coordinate representation of color #D438F2: hue angle of 290.32º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D438F2 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 56 | 242 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.05 |
| HSL | 290.32º | 0.88% | 0.58% | - |
| HSV(B) | 290.32º | 0.77% | 0.95% | - |
| XYZ | 44.59 | 23.24 | 86.14 | - |
| YUV | 123.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 242 | 0.12 | 0.77 | 0 | 0.05 | 290.32 | 0.88 | 0.58 |
| Hex | D4 | 38 | F2 | C | 4D | 0 | 5 | 122 | 58 | 3A |
| Octal | 324 | 70 | 362 | 14 | 115 | 0 | 5 | 442 | 130 | 72 |
| Binary | 11010100 | 111000 | 11110010 | 1100 | 1001101 | 0 | 101 | 100100010 | 1011000 | 111010 |
Color Harmonies of #D438F2
Complementary color
Monochromatic Colors of #D438F2
Black with #D438F2
Text Example
Text Example
White with #D438F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D438F2; }
p { color: rgb(212,56,242); }
H1.HeaderClassName
{
color: #D438F2;
}
.AnyTagClassName
{
color: #D438F2;
}
</style>
background-color css
<style>
a { background-color: #D438F2; }
a { background-color: rgb(212,56,242); }
div.DivClassName
{
background-color: #D438F2;
}
.BgClassName
{
background-color: #D438F2;
}
</style>
border-color css
<style>
span { border-color: #D438F2; }
span { border-color: rgb(212,56,242); }
td.TdClassName
{
border-color: #D438F2;
}
.TagClassName
{
border-color: #D438F2;
}
</style>