Html Css Color HEX #D343F7 Medium Orchid

📋 copy color: '#D343F7'

red 211 ◦ green 67 ◦ blue 247

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

Shades of Medium Orchid #D343F7

Tints of Medium Orchid #D343F7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.76%

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

R = 40.19%
G = 12.76%
B = 47.05%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D343F7 (or 0xD343F7) is known color: Medium Orchid. HEX triplet: D3, 43 and F7. RGB value is (211,67,247). Sum of RGB (Red+Green+Blue) = 211+67+247=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 247 (96.88% from 255 or 47.05% from 525); Max value from RGB is 247 - color contains mainly: blue. Hex color #D343F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D343F7 is #2CBC08. Grayscale: #828282. Windows color (decimal): -2931721 or 16204755. OLE color: 16204755.

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

Color convert

RGB 211 67 247 -
CMYK 0.15 0.73 0 0.03
HSL 288º 0.92% 0.62% -
HSV(B) 288º 0.73% 0.97% -
XYZ 45.66 24.58 90.33 -
YUV 130.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 211 67 247 0.15 0.73 0 0.03 288 0.92 0.62
Hex D3 43 F7 F 49 0 3 120 5C 3E
Octal 323 103 367 17 111 0 3 440 134 76
Binary 11010011 1000011 11110111 1111 1001001 0 11 100100000 1011100 111110

Color Harmonies of #D343F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D343F7

Black with #D343F7

Text Example


Text Example

White with #D343F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D343F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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