Shades of Medium Orchid #D234F3
Tints of Medium Orchid #D234F3
RGB
CMYK
RGB Variations
Color information
#D234F3 (or 0xD234F3) is known color: Medium Orchid. HEX triplet: D2, 34 and F3. RGB value is (210,52,243). Sum of RGB (Red+Green+Blue) = 210+52+243=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #D234F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D234F3 is #2DCB0C. Grayscale: #787878. Windows color (decimal): -3001101 or 15938770. OLE color: 15938770.
HSL color Cylindrical-coordinate representation of color #D234F3: hue angle of 289.63º 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 #D234F3 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 52 | 243 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.05 |
| HSL | 289.63º | 0.89% | 0.58% | - |
| HSV(B) | 289.63º | 0.79% | 0.95% | - |
| XYZ | 43.98 | 22.63 | 86.84 | - |
| YUV | 121.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 243 | 0.14 | 0.79 | 0 | 0.05 | 289.63 | 0.89 | 0.58 |
| Hex | D2 | 34 | F3 | E | 4F | 0 | 5 | 122 | 59 | 3A |
| Octal | 322 | 64 | 363 | 16 | 117 | 0 | 5 | 442 | 131 | 72 |
| Binary | 11010010 | 110100 | 11110011 | 1110 | 1001111 | 0 | 101 | 100100010 | 1011001 | 111010 |
Color Harmonies of #D234F3
Complementary color
Monochromatic Colors of #D234F3
Black with #D234F3
Text Example
Text Example
White with #D234F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D234F3; }
p { color: rgb(210,52,243); }
H1.HeaderClassName
{
color: #D234F3;
}
.AnyTagClassName
{
color: #D234F3;
}
</style>
background-color css
<style>
a { background-color: #D234F3; }
a { background-color: rgb(210,52,243); }
div.DivClassName
{
background-color: #D234F3;
}
.BgClassName
{
background-color: #D234F3;
}
</style>
border-color css
<style>
span { border-color: #D234F3; }
span { border-color: rgb(210,52,243); }
td.TdClassName
{
border-color: #D234F3;
}
.TagClassName
{
border-color: #D234F3;
}
</style>