Html Css Color HEX #D344F2 Medium Orchid

📋 copy color: '#D344F2'

red 211 ◦ green 68 ◦ blue 242

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

Shades of Medium Orchid #D344F2

Tints of Medium Orchid #D344F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 40.5%
G = 13.05%
B = 46.45%

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

#D344F2 (or 0xD344F2) is known color: Medium Orchid. HEX triplet: D3, 44 and F2. RGB value is (211,68,242). Sum of RGB (Red+Green+Blue) = 211+68+242=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #D344F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D344F2 is #2CBB0D. Grayscale: #828282. Windows color (decimal): -2931470 or 15877331. OLE color: 15877331.

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

Color convert

RGB 211 68 242 -
CMYK 0.13 0.72 0 0.05
HSL 289.31º 0.87% 0.61% -
HSV(B) 289.31º 0.72% 0.95% -
XYZ 44.96 24.39 86.34 -
YUV 130.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 211 68 242 0.13 0.72 0 0.05 289.31 0.87 0.61
Hex D3 44 F2 D 48 0 5 121 57 3D
Octal 323 104 362 15 110 0 5 441 127 75
Binary 11010011 1000100 11110010 1101 1001000 0 101 100100001 1010111 111101

Color Harmonies of #D344F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D344F2

Black with #D344F2

Text Example


Text Example

White with #D344F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D344F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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