Shades of Medium Orchid #D440F5
Tints of Medium Orchid #D440F5
RGB
CMYK
RGB Variations
Color information
#D440F5 (or 0xD440F5) is known color: Medium Orchid. HEX triplet: D4, 40 and F5. RGB value is (212,64,245). Sum of RGB (Red+Green+Blue) = 212+64+245=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #D440F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D440F5 is #2BBF0A. Grayscale: #808080. Windows color (decimal): -2866955 or 16072916. OLE color: 16072916.
HSL color Cylindrical-coordinate representation of color #D440F5: hue angle of 289.06º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D440F5 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 212 | 64 | 245 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.04 |
| HSL | 289.06º | 0.9% | 0.61% | - |
| HSV(B) | 289.06º | 0.74% | 0.96% | - |
| XYZ | 45.47 | 24.26 | 88.67 | - |
| YUV | 128.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 64 | 245 | 0.13 | 0.74 | 0 | 0.04 | 289.06 | 0.9 | 0.61 |
| Hex | D4 | 40 | F5 | D | 4A | 0 | 4 | 121 | 5A | 3D |
| Octal | 324 | 100 | 365 | 15 | 112 | 0 | 4 | 441 | 132 | 75 |
| Binary | 11010100 | 1000000 | 11110101 | 1101 | 1001010 | 0 | 100 | 100100001 | 1011010 | 111101 |
Color Harmonies of #D440F5
Complementary color
Monochromatic Colors of #D440F5
Black with #D440F5
Text Example
Text Example
White with #D440F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D440F5; }
p { color: rgb(212,64,245); }
H1.HeaderClassName
{
color: #D440F5;
}
.AnyTagClassName
{
color: #D440F5;
}
</style>
background-color css
<style>
a { background-color: #D440F5; }
a { background-color: rgb(212,64,245); }
div.DivClassName
{
background-color: #D440F5;
}
.BgClassName
{
background-color: #D440F5;
}
</style>
border-color css
<style>
span { border-color: #D440F5; }
span { border-color: rgb(212,64,245); }
td.TdClassName
{
border-color: #D440F5;
}
.TagClassName
{
border-color: #D440F5;
}
</style>