Shades of Medium Orchid #D43CF9
Tints of Medium Orchid #D43CF9
RGB
CMYK
RGB Variations
Color information
#D43CF9 (or 0xD43CF9) is known color: Medium Orchid. HEX triplet: D4, 3C and F9. RGB value is (212,60,249). Sum of RGB (Red+Green+Blue) = 212+60+249=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 60 (23.83% from 255 or 11.52% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #D43CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CF9 is #2BC306. Grayscale: #7E7E7E. Windows color (decimal): -2867975 or 16334036. OLE color: 16334036.
HSL color Cylindrical-coordinate representation of color #D43CF9: hue angle of 288.25º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43CF9 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 60 | 249 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.02 |
| HSL | 288.25º | 0.94% | 0.61% | - |
| HSV(B) | 288.25º | 0.76% | 0.98% | - |
| XYZ | 45.87 | 24.07 | 91.85 | - |
| YUV | 126.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 249 | 0.15 | 0.76 | 0 | 0.02 | 288.25 | 0.94 | 0.61 |
| Hex | D4 | 3C | F9 | F | 4C | 0 | 2 | 120 | 5E | 3D |
| Octal | 324 | 74 | 371 | 17 | 114 | 0 | 2 | 440 | 136 | 75 |
| Binary | 11010100 | 111100 | 11111001 | 1111 | 1001100 | 0 | 10 | 100100000 | 1011110 | 111101 |
Color Harmonies of #D43CF9
Complementary color
Monochromatic Colors of #D43CF9
Black with #D43CF9
Text Example
Text Example
White with #D43CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43CF9; }
p { color: rgb(212,60,249); }
H1.HeaderClassName
{
color: #D43CF9;
}
.AnyTagClassName
{
color: #D43CF9;
}
</style>
background-color css
<style>
a { background-color: #D43CF9; }
a { background-color: rgb(212,60,249); }
div.DivClassName
{
background-color: #D43CF9;
}
.BgClassName
{
background-color: #D43CF9;
}
</style>
border-color css
<style>
span { border-color: #D43CF9; }
span { border-color: rgb(212,60,249); }
td.TdClassName
{
border-color: #D43CF9;
}
.TagClassName
{
border-color: #D43CF9;
}
</style>