Html Css Color HEX #D344F1 Medium Orchid

📋 copy color: '#D344F1'

red 211 ◦ green 68 ◦ blue 241

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

Shades of Medium Orchid #D344F1

Tints of Medium Orchid #D344F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 40.58%
G = 13.08%
B = 46.35%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D344F1 (or 0xD344F1) is known color: Medium Orchid. HEX triplet: D3, 44 and F1. RGB value is (211,68,241). Sum of RGB (Red+Green+Blue) = 211+68+241=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #D344F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344F1 is #2CBB0E. Grayscale: #818181. Windows color (decimal): -2931471 or 15811795. OLE color: 15811795.

HSL color Cylindrical-coordinate representation of color #D344F1: hue angle of 289.6º degrees, saturation: 0.86, 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 #D344F1 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 68 241 -
CMYK 0.12 0.72 0 0.05
HSL 289.6º 0.86% 0.61% -
HSV(B) 289.6º 0.72% 0.95% -
XYZ 44.81 24.33 85.55 -
YUV 130.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 211 68 241 0.12 0.72 0 0.05 289.6 0.86 0.61
Hex D3 44 F1 C 48 0 5 122 56 3D
Octal 323 104 361 14 110 0 5 442 126 75
Binary 11010011 1000100 11110001 1100 1001000 0 101 100100010 1010110 111101

Color Harmonies of #D344F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344F1

Black with #D344F1

Text Example


Text Example

White with #D344F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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