Html Css Color HEX #D344F3 Medium Orchid

📋 copy color: '#D344F3'

red 211 ◦ green 68 ◦ blue 243

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

Shades of Medium Orchid #D344F3

Tints of Medium Orchid #D344F3

RGB

 RED value IS 211 (82.81% from 255) = 40.42%

 GREEN value IS 68 (26.95% from 255) = 13.03%

 BLUE value IS 243 (95.31% from 255) = 46.55%

R = 40.42%
G = 13.03%
B = 46.55%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D344F3 (or 0xD344F3) is known color: Medium Orchid. HEX triplet: D3, 44 and F3. RGB value is (211,68,243). Sum of RGB (Red+Green+Blue) = 211+68+243=522 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.42% from 522); Green value is 68 (26.95% from 255 or 13.03% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #D344F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344F3 is #2CBB0C. Grayscale: #828282. Windows color (decimal): -2931469 or 15942867. OLE color: 15942867.

HSL color Cylindrical-coordinate representation of color #D344F3: hue angle of 289.03º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D344F3 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 68 243 -
CMYK 0.13 0.72 0 0.05
HSL 289.03º 0.88% 0.61% -
HSV(B) 289.03º 0.72% 0.95% -
XYZ 45.11 24.45 87.14 -
YUV 130.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 211 68 243 0.13 0.72 0 0.05 289.03 0.88 0.61
Hex D3 44 F3 D 48 0 5 121 58 3D
Octal 323 104 363 15 110 0 5 441 130 75
Binary 11010011 1000100 11110011 1101 1001000 0 101 100100001 1011000 111101

Color Harmonies of #D344F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344F3

Black with #D344F3

Text Example


Text Example

White with #D344F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344F3; }

 p { color: rgb(211,68,243); }

 H1.HeaderClassName
 {
   color: #D344F3;
 }
 .AnyTagClassName
 {
   color: #D344F3;
 }
</style>

background-color css

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

 a { background-color: rgb(211,68,243); }

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

border-color css

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

 span { border-color: rgb(211,68,243); }

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