Html Css Color HEX #D341F1 Medium Orchid

📋 copy color: '#D341F1'

red 211 ◦ green 65 ◦ blue 241

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

Shades of Medium Orchid #D341F1

Tints of Medium Orchid #D341F1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.57%

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

R = 40.81%
G = 12.57%
B = 46.62%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D341F1 (or 0xD341F1) is known color: Medium Orchid. HEX triplet: D3, 41 and F1. RGB value is (211,65,241). Sum of RGB (Red+Green+Blue) = 211+65+241=517 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.81% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #D341F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341F1 is #2CBE0E. Grayscale: #808080. Windows color (decimal): -2932239 or 15811027. OLE color: 15811027.

HSL color Cylindrical-coordinate representation of color #D341F1: hue angle of 289.77º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D341F1 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 65 241 -
CMYK 0.12 0.73 0 0.05
HSL 289.77º 0.86% 0.6% -
HSV(B) 289.77º 0.73% 0.95% -
XYZ 44.63 23.98 85.5 -
YUV 128.72 191.37 186.69 -
System Red Green Blue C M Y K H S L
Decimal 211 65 241 0.12 0.73 0 0.05 289.77 0.86 0.6
Hex D3 41 F1 C 49 0 5 122 56 3C
Octal 323 101 361 14 111 0 5 442 126 74
Binary 11010011 1000001 11110001 1100 1001001 0 101 100100010 1010110 111100

Color Harmonies of #D341F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341F1

Black with #D341F1

Text Example


Text Example

White with #D341F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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