Shades of Medium Orchid #D434F3
Tints of Medium Orchid #D434F3
RGB
CMYK
RGB Variations
Color information
#D434F3 (or 0xD434F3) is known color: Medium Orchid. HEX triplet: D4, 34 and F3. RGB value is (212,52,243). Sum of RGB (Red+Green+Blue) = 212+52+243=507 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.81% from 507); Green value is 52 (20.70% from 255 or 10.26% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #D434F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D434F3 is #2BCB0C. Grayscale: #797979. Windows color (decimal): -2870029 or 15938772. OLE color: 15938772.
HSL color Cylindrical-coordinate representation of color #D434F3: hue angle of 290.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D434F3 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 52 | 243 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.05 |
| HSL | 290.26º | 0.89% | 0.58% | - |
| HSV(B) | 290.26º | 0.79% | 0.95% | - |
| XYZ | 44.56 | 22.92 | 86.87 | - |
| YUV | 121.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 243 | 0.13 | 0.79 | 0 | 0.05 | 290.26 | 0.89 | 0.58 |
| Hex | D4 | 34 | F3 | D | 4F | 0 | 5 | 122 | 59 | 3A |
| Octal | 324 | 64 | 363 | 15 | 117 | 0 | 5 | 442 | 131 | 72 |
| Binary | 11010100 | 110100 | 11110011 | 1101 | 1001111 | 0 | 101 | 100100010 | 1011001 | 111010 |
Color Harmonies of #D434F3
Complementary color
Monochromatic Colors of #D434F3
Black with #D434F3
Text Example
Text Example
White with #D434F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D434F3; }
p { color: rgb(212,52,243); }
H1.HeaderClassName
{
color: #D434F3;
}
.AnyTagClassName
{
color: #D434F3;
}
</style>
background-color css
<style>
a { background-color: #D434F3; }
a { background-color: rgb(212,52,243); }
div.DivClassName
{
background-color: #D434F3;
}
.BgClassName
{
background-color: #D434F3;
}
</style>
border-color css
<style>
span { border-color: #D434F3; }
span { border-color: rgb(212,52,243); }
td.TdClassName
{
border-color: #D434F3;
}
.TagClassName
{
border-color: #D434F3;
}
</style>