Html Css Color HEX #D341F7 Medium Orchid

📋 copy color: '#D341F7'

red 211 ◦ green 65 ◦ blue 247

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

Shades of Medium Orchid #D341F7

Tints of Medium Orchid #D341F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 47.23%

R = 40.34%
G = 12.43%
B = 47.23%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D341F7 (or 0xD341F7) is known color: Medium Orchid. HEX triplet: D3, 41 and F7. RGB value is (211,65,247). Sum of RGB (Red+Green+Blue) = 211+65+247=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 65 (25.78% from 255 or 12.43% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #D341F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D341F7 is #2CBE08. Grayscale: #808080. Windows color (decimal): -2932233 or 16204243. OLE color: 16204243.

HSL color Cylindrical-coordinate representation of color #D341F7: hue angle of 288.13º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D341F7 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 211 65 247 -
CMYK 0.15 0.74 0 0.03
HSL 288.13º 0.92% 0.61% -
HSV(B) 288.13º 0.74% 0.97% -
XYZ 45.54 24.34 90.29 -
YUV 129.4 194.37 186.2 -
System Red Green Blue C M Y K H S L
Decimal 211 65 247 0.15 0.74 0 0.03 288.13 0.92 0.61
Hex D3 41 F7 F 4A 0 3 120 5C 3D
Octal 323 101 367 17 112 0 3 440 134 75
Binary 11010011 1000001 11110111 1111 1001010 0 11 100100000 1011100 111101

Color Harmonies of #D341F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D341F7

Black with #D341F7

Text Example


Text Example

White with #D341F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D341F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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