Shades of Medium Orchid #D045FA
Tints of Medium Orchid #D045FA
RGB
CMYK
RGB Variations
Color information
#D045FA (or 0xD045FA) is known color: Medium Orchid. HEX triplet: D0, 45 and FA. RGB value is (208,69,250). Sum of RGB (Red+Green+Blue) = 208+69+250=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 69 (27.34% from 255 or 13.09% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #D045FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D045FA is #2FBA05. Grayscale: #828282. Windows color (decimal): -3127814 or 16401872. OLE color: 16401872.
HSL color Cylindrical-coordinate representation of color #D045FA: hue angle of 286.08º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D045FA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 208 | 69 | 250 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.02 |
| HSL | 286.08º | 0.95% | 0.63% | - |
| HSV(B) | 286.08º | 0.72% | 0.98% | - |
| XYZ | 45.4 | 24.57 | 92.79 | - |
| YUV | 131.2 | 195.05 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 250 | 0.17 | 0.72 | 0 | 0.02 | 286.08 | 0.95 | 0.63 |
| Hex | D0 | 45 | FA | 11 | 48 | 0 | 2 | 11E | 5F | 3F |
| Octal | 320 | 105 | 372 | 21 | 110 | 0 | 2 | 436 | 137 | 77 |
| Binary | 11010000 | 1000101 | 11111010 | 10001 | 1001000 | 0 | 10 | 100011110 | 1011111 | 111111 |
Color Harmonies of #D045FA
Complementary color
Monochromatic Colors of #D045FA
Black with #D045FA
Text Example
Text Example
White with #D045FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D045FA; }
p { color: rgb(208,69,250); }
H1.HeaderClassName
{
color: #D045FA;
}
.AnyTagClassName
{
color: #D045FA;
}
</style>
background-color css
<style>
a { background-color: #D045FA; }
a { background-color: rgb(208,69,250); }
div.DivClassName
{
background-color: #D045FA;
}
.BgClassName
{
background-color: #D045FA;
}
</style>
border-color css
<style>
span { border-color: #D045FA; }
span { border-color: rgb(208,69,250); }
td.TdClassName
{
border-color: #D045FA;
}
.TagClassName
{
border-color: #D045FA;
}
</style>