Shades of Medium Orchid #D040F8
Tints of Medium Orchid #D040F8
RGB
CMYK
RGB Variations
Color information
#D040F8 (or 0xD040F8) is known color: Medium Orchid. HEX triplet: D0, 40 and F8. RGB value is (208,64,248). Sum of RGB (Red+Green+Blue) = 208+64+248=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #D040F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040F8 is #2FBF07. Grayscale: #7F7F7F. Windows color (decimal): -3129096 or 16269520. OLE color: 16269520.
HSL color Cylindrical-coordinate representation of color #D040F8: hue angle of 286.96º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D040F8 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 208 | 64 | 248 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.03 |
| HSL | 286.96º | 0.93% | 0.61% | - |
| HSV(B) | 286.96º | 0.74% | 0.97% | - |
| XYZ | 44.79 | 23.85 | 91.05 | - |
| YUV | 128.03 | 195.71 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 248 | 0.16 | 0.74 | 0 | 0.03 | 286.96 | 0.93 | 0.61 |
| Hex | D0 | 40 | F8 | 10 | 4A | 0 | 3 | 11F | 5D | 3D |
| Octal | 320 | 100 | 370 | 20 | 112 | 0 | 3 | 437 | 135 | 75 |
| Binary | 11010000 | 1000000 | 11111000 | 10000 | 1001010 | 0 | 11 | 100011111 | 1011101 | 111101 |
Color Harmonies of #D040F8
Complementary color
Monochromatic Colors of #D040F8
Black with #D040F8
Text Example
Text Example
White with #D040F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040F8; }
p { color: rgb(208,64,248); }
H1.HeaderClassName
{
color: #D040F8;
}
.AnyTagClassName
{
color: #D040F8;
}
</style>
background-color css
<style>
a { background-color: #D040F8; }
a { background-color: rgb(208,64,248); }
div.DivClassName
{
background-color: #D040F8;
}
.BgClassName
{
background-color: #D040F8;
}
</style>
border-color css
<style>
span { border-color: #D040F8; }
span { border-color: rgb(208,64,248); }
td.TdClassName
{
border-color: #D040F8;
}
.TagClassName
{
border-color: #D040F8;
}
</style>