Html Css Color HEX #D343F9 Medium Orchid

📋 copy color: '#D343F9'

red 211 ◦ green 67 ◦ blue 249

#D343F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D343F9

Tints of Medium Orchid #D343F9

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 value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D343F9 (or 0xD343F9) is known color: 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

RGB 211 67 249 -
CMYK 0.15 0.73 0 0.02
HSL 287.47º 0.94% 0.62% -
HSV(B) 287.47º 0.73% 0.98% -
XYZ 45.97 24.7 91.97 -
YUV 130.8 194.71 185.2 -
System Red Green Blue C M Y K H S L
Decimal 211 67 249 0.15 0.73 0 0.02 287.47 0.94 0.62
Hex D3 43 F9 F 49 0 2 11F 5E 3E
Octal 323 103 371 17 111 0 2 437 136 76
Binary 11010011 1000011 11111001 1111 1001001 0 10 100011111 1011110 111110

Color Harmonies of #D343F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D343F9

Black with #D343F9

Text Example


Text Example

White with #D343F9

Text Example


Text Example

HTML Codes & Css Web 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>