Shades of Medium Orchid #D040FB
Tints of Medium Orchid #D040FB
RGB
CMYK
RGB Variations
Color information
#D040FB (or 0xD040FB) is known color: Medium Orchid. HEX triplet: D0, 40 and FB. RGB value is (208,64,251). Sum of RGB (Red+Green+Blue) = 208+64+251=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #D040FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D040FB is #2FBF04. Grayscale: #7F7F7F. Windows color (decimal): -3129093 or 16466128. OLE color: 16466128.
HSL color Cylindrical-coordinate representation of color #D040FB: hue angle of 286.2º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D040FB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 64 | 251 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.02 |
| HSL | 286.2º | 0.96% | 0.62% | - |
| HSV(B) | 286.2º | 0.75% | 0.98% | - |
| XYZ | 45.26 | 24.04 | 93.52 | - |
| YUV | 128.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 64 | 251 | 0.17 | 0.75 | 0 | 0.02 | 286.2 | 0.96 | 0.62 |
| Hex | D0 | 40 | FB | 11 | 4B | 0 | 2 | 11E | 60 | 3E |
| Octal | 320 | 100 | 373 | 21 | 113 | 0 | 2 | 436 | 140 | 76 |
| Binary | 11010000 | 1000000 | 11111011 | 10001 | 1001011 | 0 | 10 | 100011110 | 1100000 | 111110 |
Color Harmonies of #D040FB
Complementary color
Monochromatic Colors of #D040FB
Black with #D040FB
Text Example
Text Example
White with #D040FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D040FB; }
p { color: rgb(208,64,251); }
H1.HeaderClassName
{
color: #D040FB;
}
.AnyTagClassName
{
color: #D040FB;
}
</style>
background-color css
<style>
a { background-color: #D040FB; }
a { background-color: rgb(208,64,251); }
div.DivClassName
{
background-color: #D040FB;
}
.BgClassName
{
background-color: #D040FB;
}
</style>
border-color css
<style>
span { border-color: #D040FB; }
span { border-color: rgb(208,64,251); }
td.TdClassName
{
border-color: #D040FB;
}
.TagClassName
{
border-color: #D040FB;
}
</style>