Shades of Medium Orchid #D236F2
Tints of Medium Orchid #D236F2
RGB
CMYK
RGB Variations
Color information
#D236F2 (or 0xD236F2) is known color: Medium Orchid. HEX triplet: D2, 36 and F2. RGB value is (210,54,242). Sum of RGB (Red+Green+Blue) = 210+54+242=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 54 (21.48% from 255 or 10.67% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #D236F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D236F2 is #2DC90D. Grayscale: #797979. Windows color (decimal): -3000590 or 15873746. OLE color: 15873746.
HSL color Cylindrical-coordinate representation of color #D236F2: hue angle of 289.79º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D236F2 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 54 | 242 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.05 |
| HSL | 289.79º | 0.88% | 0.58% | - |
| HSV(B) | 289.79º | 0.78% | 0.95% | - |
| XYZ | 43.92 | 22.75 | 86.08 | - |
| YUV | 122.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 54 | 242 | 0.13 | 0.78 | 0 | 0.05 | 289.79 | 0.88 | 0.58 |
| Hex | D2 | 36 | F2 | D | 4E | 0 | 5 | 122 | 58 | 3A |
| Octal | 322 | 66 | 362 | 15 | 116 | 0 | 5 | 442 | 130 | 72 |
| Binary | 11010010 | 110110 | 11110010 | 1101 | 1001110 | 0 | 101 | 100100010 | 1011000 | 111010 |
Color Harmonies of #D236F2
Complementary color
Monochromatic Colors of #D236F2
Black with #D236F2
Text Example
Text Example
White with #D236F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D236F2; }
p { color: rgb(210,54,242); }
H1.HeaderClassName
{
color: #D236F2;
}
.AnyTagClassName
{
color: #D236F2;
}
</style>
background-color css
<style>
a { background-color: #D236F2; }
a { background-color: rgb(210,54,242); }
div.DivClassName
{
background-color: #D236F2;
}
.BgClassName
{
background-color: #D236F2;
}
</style>
border-color css
<style>
span { border-color: #D236F2; }
span { border-color: rgb(210,54,242); }
td.TdClassName
{
border-color: #D236F2;
}
.TagClassName
{
border-color: #D236F2;
}
</style>