#D343F9

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

Shades of Medium Orchid #D343F9

Tints of Medium Orchid #D343F9

Color information

#D343F9 (or 0xD343F9) is unknown color: approx Medium Orchid. HEX triplet: D3, 43 and F9. RGB value is (211,67,249). Sum of RGB (Red+Green+Blue) = 211+67+249=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 249 (97.66% from 255 or 47.25% from 527); Max value from RGB is 249 - color contains mainly: blue. Hex color #D343F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D343F9 is #2CBC06. Grayscale: #828282. Windows color (decimal): -2931719 or 16335827. OLE color: 16335827.

HSL color Cylindrical-coordinate representation of color #D343F9: hue angle of 287.47º 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 #D343F9 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21167249-
CMYK0.150.7300.02
HSL287.47º93.81%61.96%-
HSV(B)287.47º73.09%97.65%-
XYZ45.9724.791.97-
YUV130.8194.71185.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 40.04%
GREEN value IS 67 (26.56% from 255) = 12.71%
BLUE value IS 249 (97.66% from 255) = 47.25%
R=40.04%
G=12.71%
B=47.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal211672490.150.7300.02287.4793.8161.96
HexD343F9F490211f5e3e
Octal323103371171110243713676
Binary11010011100001111111001111110010010101000111111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D343F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D343F9; }

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

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

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

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

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

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

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

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