#D043F9

Color #D043F9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #D043F9

Tints of Medium Orchid #D043F9

Color information

#D043F9 (or 0xD043F9) is unknown color: approx Medium Orchid. HEX triplet: D0, 43 and F9. RGB value is (208,67,249). Sum of RGB (Red+Green+Blue) = 208+67+249=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #D043F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043F9 is #2FBC06. Grayscale: #818181. Windows color (decimal): -3128327 or 16335824. OLE color: 16335824.

HSL color Cylindrical-coordinate representation of color #D043F9: hue angle of 286.48º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D043F9 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20867249-
CMYK0.160.7300.02
HSL286.48º93.81%61.96%-
HSV(B)286.48º73.09%97.65%-
XYZ45.1224.2691.93-
YUV129.91195.21183.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 67 (26.56% from 255) = 12.79%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=39.69%
G=12.79%
B=47.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal208672490.160.7300.02286.4893.8161.96
HexD043F910490211e5e3e
Octal320103371201110243613676
Binary110100001000011111110011000010010010101000111101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D043F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D043F9; }

 p { color: rgb(208,67,249); }

 H1.HeaderClassName
 {
   color: #D043F9;
 }
 .AnyTagClassName
 {
   color: #D043F9;
 }
</style>
background-color css

<style>
 a { background-color: #D043F9; }

 a { background-color: rgb(208,67,249); }

 div.DivClassName
 {
   background-color: #D043F9;
 }
 .BgClassName
 {
   background-color: #D043F9;
 }
</style>
border-color css

<style>
 span { border-color: #D043F9; }

 span { border-color: rgb(208,67,249); }

 td.TdClassName
 {
   border-color: #D043F9;
 }
 .TagClassName
 {
   border-color: #D043F9;
 }
</style>