Shades of Medium Orchid #D045FB
Tints of Medium Orchid #D045FB
RGB
CMYK
RGB Variations
Color information
#D045FB (or 0xD045FB) is known color: Medium Orchid. HEX triplet: D0, 45 and FB. RGB value is (208,69,251). Sum of RGB (Red+Green+Blue) = 208+69+251=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 69 (27.34% from 255 or 13.07% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #D045FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045FB is #2FBA04. Grayscale: #828282. Windows color (decimal): -3127813 or 16467408. OLE color: 16467408.
HSL color Cylindrical-coordinate representation of color #D045FB: hue angle of 285.82º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D045FB is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 69 | 251 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.02 |
| HSL | 285.82º | 0.96% | 0.63% | - |
| HSV(B) | 285.82º | 0.73% | 0.98% | - |
| XYZ | 45.55 | 24.63 | 93.62 | - |
| YUV | 131.31 | 195.55 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 251 | 0.17 | 0.73 | 0 | 0.02 | 285.82 | 0.96 | 0.63 |
| Hex | D0 | 45 | FB | 11 | 49 | 0 | 2 | 11E | 60 | 3F |
| Octal | 320 | 105 | 373 | 21 | 111 | 0 | 2 | 436 | 140 | 77 |
| Binary | 11010000 | 1000101 | 11111011 | 10001 | 1001001 | 0 | 10 | 100011110 | 1100000 | 111111 |
Color Harmonies of #D045FB
Complementary color
Monochromatic Colors of #D045FB
Black with #D045FB
Text Example
Text Example
White with #D045FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045FB; }
p { color: rgb(208,69,251); }
H1.HeaderClassName
{
color: #D045FB;
}
.AnyTagClassName
{
color: #D045FB;
}
</style>
background-color css
<style>
a { background-color: #D045FB; }
a { background-color: rgb(208,69,251); }
div.DivClassName
{
background-color: #D045FB;
}
.BgClassName
{
background-color: #D045FB;
}
</style>
border-color css
<style>
span { border-color: #D045FB; }
span { border-color: rgb(208,69,251); }
td.TdClassName
{
border-color: #D045FB;
}
.TagClassName
{
border-color: #D045FB;
}
</style>